Gridview bound to Datatable. Update doesn't work, need help

  • Thread starter Thread starter eric.dehaan
  • Start date Start date
E

eric.dehaan

Hello.

I have a Gridview on my webpage. To this gridview, I bind a
datatable. The results are correctly displayed. But after I edit
some values and trigger the [GridView1_RowUpdating] event, the
values [e.NewValues] & [e.OldValues] are empty. What am I doing
wrong?

Thanks in advance.
 
Back
Top