GridView

  • Thread starter Thread starter New Bee
  • Start date Start date
N

New Bee

I have some questions related to the new GridView control.

I dont seem to be able to get any values fromt he gridvieweventargs in the
row_updated or row_updating events.

Both the new and old values proeprties return a count of zero even though
the row contains values.

Any ideas, examples etc ?
 
I have some questions related to the new GridView control.

I dont seem to be able to get any values fromt he gridvieweventargs in the
row_updated or row_updating events.

Both the new and old values proeprties return a count of zero even though
the row contains values.

Any ideas, examples etc ?

Are you using GridViewUpdatedEventArgs in the gridview_RowUpdated
event
and GridViewUpdateEventArgs in the gridview_RowUpdating event?
 
Back
Top