I want to use ASP.NET Ajax toolkit, in my DNN modules. I installed ASP.NET Ajax extensions, and then put the AjaxControlToolkit.dll in the "Bin" folder.
Then, I used Ajax's TabControl on my module's View control. I get an error saying "There cannot be more than 1 instance of ToolkitScriptManager on a Page".
However, in my Control, I only have one instance of ToolkitScriptManager. Removing that instance does not render the TabControl on the page, but there is no error either.
Can you tell me precise steps for using Ajax Toolkit with DNN???