I have a user control that contains some of the Rad controls and therefore requires a ScriptManager object. I use this control on a number of pages throughout my application. About half of the pages already contain a ScriptManager to support other Rad controls. The other half doesn't require any Rad controls so obviously I didn't add a ScriptManager. Now with this user control I'm having trouble on the pages that already have a ScriptManager because only one per page is supported.
What is the best method to handle this?
What is the best method to handle this?