I have a page that includes a UserControl.
both the page and Usercontrol has scriptmanager attached.
If i remove either scriptmanager the functions they operate no longer function.
UserControl
<asp:ScriptManager ID="ScriptManager2" runat="server"><Scripts><asp:ScriptReference Path="~/MyProject/js/Basket.js" /></Scripts> </asp:ScriptManager>
Page
<ajaxToolkit:ToolkitScriptManager runat="Server" ID="ScriptManager1" />