Hi,
here is the structure of my page:
Radajaxmanager
<radajajaxpanel>
<radajajaxpanel id = "1">
</radajajaxpanel>
<radajajaxpanel id="2">
</radajajaxpanel>
</radajajaxpanel>
So basically I have radajaxmanager and radajaxpanel on the same page and also radajaxpanel has 2 radajaxpanels inside it. It was working fine in version 2008 but after upgrading to 2012 , its throwing following error :
Microsoft JScript runtime error: Sys.InvalidOperationException: A control is already associated with the element.
This error is happening for the one of the nested ajaxpanel element. I have inherited this application and wanted to make it faster by using cdn feature of version 2012. Is there any way to make it work without redesigning the complete application as this is the common page architecture across the application. Thanks.
Regards
Kris
here is the structure of my page:
Radajaxmanager
<radajajaxpanel>
<radajajaxpanel id = "1">
</radajajaxpanel>
<radajajaxpanel id="2">
</radajajaxpanel>
</radajajaxpanel>
So basically I have radajaxmanager and radajaxpanel on the same page and also radajaxpanel has 2 radajaxpanels inside it. It was working fine in version 2008 but after upgrading to 2012 , its throwing following error :
Microsoft JScript runtime error: Sys.InvalidOperationException: A control is already associated with the element.
This error is happening for the one of the nested ajaxpanel element. I have inherited this application and wanted to make it faster by using cdn feature of version 2012. Is there any way to make it work without redesigning the complete application as this is the common page architecture across the application. Thanks.
Regards
Kris