Problem with dynamically loaded user control
Hi,
I have a asp:placeholder inside gaia:window. At runtime iam dynamically loading a user control on it. The user control has some dropdownlists inside update panel. when ia m selecting the drop downlist its selectedindex changed is not getting called but pageload of the page in which i have placed the window is getting called and the user control is getting disappeared.
can anyone tell how the controls inside the dynamically loaded usercontrol can work??
thnx for help.
|