where e is the eventargs parameter passed to the updating event.
Well, that's an obvious solution, but it doesn't take advantage of the new functionality of the GridView. What I'm trying to understand is why the NewValues/OldValues/Keys properties of the EventArgs parameter are populated when using one of the built in data
sources, but not when manually binding a DataSet to the GridView.
BurntSky
Participant
785 Points
160 Posts
Re: Updating DataSet object with a GridView
Aug 07, 2005 04:16 PM|LINK
Well, that's an obvious solution, but it doesn't take advantage of the new functionality of the GridView. What I'm trying to understand is why the NewValues/OldValues/Keys properties of the EventArgs parameter are populated when using one of the built in data sources, but not when manually binding a DataSet to the GridView.