The error is in an ASP.NET Ajax application. This is the line of JQuery UI code the error refers to:
Sys.Extended.UI.DropDownBehavior
<ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server"></ajaxToolkit:ToolkitScriptManager>
use it instead of simple script manager
The solution was to replace <asp:ScriptManager>
with <ajaxToolkit:ToolkitScriptManager>
.
In my case, I ended up needing to use <ajaxToolkit:ToolkitScriptManager>
instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With