Hi there, I believe that you're still able to handle the RowCancelingEdit and RowUpdating events of the GridView control, and for the RowUpdated event you will need a datasource control to use with the grid control. From what I see in your sample code, you're binding data to the grid control using the DataBinding event handler, so I guess will need to call the DataBind method somewhere to make the DataBinding event get fired. And I doubt that it might be causing the issue if you're not calling it the right way, so can you tell me how do you use this control in its parent and how do you call the DataBind method to bind data? Also, can you check if the RowCommand event gets fired or not?
Bryan Clauss wrote:
I am using C# 3.0
Wow, it seems you're very quick in applying the new extensions in the version 3.0.