views:

120

answers:

0

Hi

I have a gridview which is placed in an Usercontrol. the gridview was created dynamically. when I place this usercontrol directly in an ASP - Webpage, every events (rowediting, rowupdating, etc.) works perfectly. when I place this usercontrol in another usercontrol, then the rowediting doesn't fire. I use a "asp:commandfield" with the property "showeditbutton=true". so, the rowstate will automatically set to edit, when I click this buttons.

can someone help me in this issue?

many thanks Markus