I have a question about implementing the latest
AjaxControlToolkit within in DNN modules.Specifically, I have a DNN 7.0.1 installation using .NET4.5.I have down loaded the AjaxControlToolkit
(December 2013) for .Net4.5 and have tried to implement it into the DNN
environment for our modules.
The problem is that we are getting errors about the script
manager being used.The
AjaxControlToolkit requires the use of the ToolkitScriptManager script manager
and not the standard ScriptManager.
The question is how do we implement the AjaxControlToolkit
script manager into our DNN environment for the modules to use?
Any ideas or help?