Hi
I have a user control with a grid view that is bound to a dataset
I create Dynamic bound columns based on the datafield type
I have no problem in populating the gridview and also performing
Delete and Cancel operations.
Also when I click on Edit GridViewgoes to Edit mode allowing me to update the values.
But when I click on Update it calls the Edit Event handler instead of UpdateHandler(E.commandname shows as Edit for both Edit and Update)
I would appreciate if someone can help me with this issue.