Hello all,
I have an Atlas enabled page which already has a Scriptmanager and some updatepanels doing some AJAX work. In this page I have a section which runs a webpart. There is a usercontrol sitting in this webpart and the content in the usercontrol is updated via a updatepanel using Atlas.
I am unable to get the webpart to work as ASP.NET will not allow me to add the usercontrol into the webpart since there is already a Scriptmanager sitting on the main default.aspx page. I am also not able to get the usercontrol to work properly in the webpart as I need to have the scriptmanager sitting inside the usercontrol in order for the updatepanel in the usercontrol to work.
Can anyone advise me on how to get this working? Any kind of advise will be appreciated. Thanks