I'm using ASP VB.net and have a GridView inside a DataList EditItemTemplat e. I want to be able to select/edit items in the nested gridview.
The GridView is correctly showing child records, but when I click the Edit button I get:
The GridView 'gvStagePayment s' fired event RowEditing which wasn't handled
I have know idia how to create this handler??
Is this possible... I have found some examples (I think) but for c# but struggle to make any sence of it, could somebody please point me in the right direction in vb.net
Thanks
Tim
The GridView is correctly showing child records, but when I click the Edit button I get:
The GridView 'gvStagePayment s' fired event RowEditing which wasn't handled
I have know idia how to create this handler??
Is this possible... I have found some examples (I think) but for c# but struggle to make any sence of it, could somebody please point me in the right direction in vb.net
Thanks
Tim
Comment