where to specify UpdateParameters?

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

hi

asp.net 2.0

I have a GridView based on a ObjectDataSource. I want to programatically set
the UpdateParameters. I wonder in what event should I specify them. In
ObjectDataSource.OnUpdating or GridView.OnRowUpdating

any suggestions?
 
Back
Top