Hello,
I'm trying to use the AjaxControlToolkit extenders (particularly the Calendar Extender and Masked Exit Extender) in a module I am writing.
I use the standard Ajax Extensions (UpdatePanel, UpdateProgress) all the time with no problems.
The AjaxControlToolkit Extenders work perfectly in standard aspx webpages, but when I use them in a module in dotnetnuke, the page loads, but the extenders don't work and I get a bunch of javascript errors.
The most descriptive javascript error I get is:
"AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET Sciprmanager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll."
The message is relatively clear, but the bottom line is that I haven't been able to figure out how to get around whatever problem is and get the extenders to work.
Here's some info about my setup:
- DotNetNuke v 5.4.1
- AjaxControlToolkit v3.5.40412
- .Net 3.5
- Visual Studio 2008
Any ideas? I can post code if you'ld like.