Hi Guys,
I am working on an application that uses nested UserControls. Each user control has an ajax panel so that they do not perform a full page post back. I have one script manager on the main page. Now when I try to add a new record in a GridView I get the following error:
{"Script control 'PageSizeComboBox' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().\r\nParameter name: scriptControl"}
It was suggested by someone to me that it is because I am using nested ajax panels. Could this be the case?
As an aside, how could I point the ajax panels to the ajax manager from the user controls?