Hello,
i'm using the latest AJAX Library to have the following scenario:
- i have a index.aspx with the Scriptmanager and one Updatepanel (with a Panel in the ContentTemplate)
- I want to dynamically load Usercontrols into the Panel
- The Usercontrols shall have Buttons, which then cause the Updatepanel (in the index.aspx) to load an other Updatepanel
i have it running, but i cannot get the button to send an event to the index.aspx / Updatepanel to refresh/reload it's content.
Is there any possibility to get the button to refresh the content?
thank you
Christoph