Hi all
I've been sweating on this problem for two days now :(
I want to edit a gridview item, bound to a custom datasource (arraylist), dropdownlists to select the (new) values ...
But the thing is that, when I try to edit an item, certain things seem to fail in the RowUpdating event:
- the gvwData.Rows[e.RowIndex].DataItem always retuns NULL (which is probably because the table isn't bound when the event is called
- the e.NewValues and e.OldValues are completely empty :(
Any idea's how to solve all of this? Cause it's really starting to annoy me :)
Thanks in advance,
Nick