Hi
I have a Gridview inside a usercontrol with a rowcommand event. this usercontrol is loaded dynamically into every view in multiview. when I click on the imagebutton inside the gridview, the rowcommand will fire only in the first view. when I select the second view and clicking the imagebutton, then this view will be empty (the usercontrol wasn't loaded).
Can anybody help me?
thanks