I'm defining my own DataSourceControl and DataSourceView.
The load and display of collection in the GridView works perfectly, however, when I click Update (after clicking Edit to Edit a row), the values collection which comes through as the second parameter to ExecuteUpdate in my DataSourceView is populated with the old values as is oldvalues collection.
Anybody experienced similar issues, or is there something I am missing?
Thanks.