Hi
I am using DNN 6.1.3.
I would like to use the ModalPopupExtender provided by the AjaxControlToolkit along with other extenders in a new Module.
I have used the template from Chris Hammond and produced a new VS Express 2010 project using the "DotNetNuke VB Compiled Module" project template. I have used this template to create other modules and it works fine (once I adjust the .vbproj file that is to remove the IIS settings).
I then add a reference to the latest AjaxControlToolkit .NET 3.5 version in the module project. I have done this in the website project as well.
I add the Ajax Control Toolkit tools to the Toolbox.
Then I drag some ajax control kit controls onto my form and they look fine. I add some extenders and style them.
I then compile in release mode, and run the website and install the module and add an instance on a new page.
I don't add a script manager (if I do then I get an error).
The ajax functionality just does not work at all. The Editor will appear at design time, but not at runtime. button extenders do nothing. ModalPopupExtenders set to panels do not hide the panel and no functionality works.
I've been trying to get this working for days now and at at my wits end with it.
can somebody please help.
Thanks
Terry