Hi,
I have a usercontrol which contains an update panel and some server control with it.Now i have to some how dynamically load this usercontrol to an aspx page.aspx page consists of nothing other than a scriptmanager control.i tried using server.execute to load user control but this only work when i remove the ajax toolkit control from the usercontrol. And the reason i guess is because when server.execute try to render the usercontrol it throws error when it sees an toolkit control it stop rendering and return nothing bcz thers no scriptmanager refered in the usercontrol.
Do any one have solution for this or any quick tip just to help me 
Thanks
Sanil