usercontrol problem

kaisersoze

Centurion
Joined
Aug 27, 2003
Messages
152
Hi all
I have two usercontrols. One usercontrol has imagebuttons serves as menu and a placeholder. On click of each imagebutton I am loading its appropriate Usercontrol in the plaseholder. Most of the usercontrols have datagrid, on click of an editbutton in datagrid the page refreshes but control flow (in break mode) doesnot go to datagrid_itemcommand. but when clicked again on the same editbutton, the control (during break mode) flow goes to datagrid_itemcommand. Same happens for all usercontrols. please respond if anyone found this while coding....
Note: when usercontrol code placed in .aspx page everything works as it is suppose to work, so the code is correct.
 
Last edited:
Back
Top