I have on my master page this scriptmanager:
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
However, i need the ToolkitScriptManager from AjaxControlToolkit to get an accordion i need on specific page to work.
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></asp:ToolkitScriptManager>
So, when i execute the web project it throws me the "You can only add one instance of ScriptManager to the page."
How can i get rid of this situation, i just need the AjaxControlToolkit, and i really need the ScriptManager on Master page, so how can i make them work together?
Thanks in advance!
ScriptManageron master page? you can haveToolkitScriptManager