I'm using VS 2012, downloaded the Ajax toolkit and followed this tutorial http://www.asp.net/ajaxLibrary/act_Accordion_Simple.ashx (Create a Simple Accordion). I built and ran it and it says in VS, ToolkitScriptManager.cs not found, I try to locate it but it is not on my computer. The error in the browser says "Only one instance of ScriptManager can be added to a page" But I am not adding a ScriptManager I'm adding a ToolkitScriptManager. I'm trying to use an Jquery UI accordion for my left sidebar nav. This is proving to be more of a hassle than just adding the jquery and databinding it myself. Is this a bug in the Ajax Toolkit or am I doing something wrong?
↧