Hi ,
I have usercontrol (called A) and update panel in it
Following are the control in my updatepanel
1. gridview with link button
2. DIV outside the gridview to load the usercontrol (B) from c#
when i hit the link button of gridview i am loading my usercontrol(B) dynamically from code behind and adding it to the DIV which is working fine. I have button inside the the usercontrol (B) and if i hit the button it doesn't trigger the action.
Not sure why it doesn't trigger the click event. i googled and tried enabling ChildrenAsTriggers="true" though it didn't work. any suggestion please