0

Error Detail:

Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll.

How can i resolve this error ?

1
  • 2
    This is like the most descriptive error message ever. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll. Commented Mar 26, 2012 at 7:55

1 Answer 1

2

try changing script manager. use:

<ajaxToolkit:ToolkitScriptManager  ID="ToolkitScriptManager1" runat="server"/>

Instead of:

<asp:ScriptManager  ID="ScriptManager" runat="server"/>
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.