Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesDNN 6 and the ajax toolkitDNN 6 and the ajax toolkit
Previous
 
Next
New Post
8/9/2011 9:02 AM
 
Can the Core team please comment on this. Is the AjaxToolkit no longer supported?
 
New Post
8/16/2011 9:40 AM
 
Same problem here. Upgraded to DNN6 and now my modules no longer work. I get this error

'AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in
AjaxControlToolkit.dll' If I remove the Calendar extension form the text box it runs. Of course the users would pitch a fit if i removed calendar extension in the production site.

Thanks
 
New Post
8/16/2011 11:49 AM
 
You guys are running into a problem others had in DNN 5.0x.  I finally solved it by editing the Default.aspx file, adding the AJAX toolscript manager. 

There's some other things you have to do in your code to support it but I've been running with the latest/greatest AJAX toolkit for months.

I'll post what I did later tonight but there is a fix for this problem.  Unfortunately it requires alteration of the core code.
 
New Post
8/16/2011 12:20 PM
 
After some playing around I got this to work but the controls will not render at design Time but function properly.

Place this in the ascx page

<%@ Register TagPrefix="dnnui" Namespace="DotNetNuke.Web.UI.WebControls" Assembly="DotNetNuke.Web" %>

Then when using a DatePicker control

<dnnui:DnnDatePicker ID="StartDate" runat ="server"   ></dnnui:DnnDatePicker>

Works Great. Just sorry I have to change most of my 5.0 work.

 
New Post
8/16/2011 5:04 PM
 
Just Found this note that
There is no design time support in Visual Studio.

http://www.dotnetnuke.com/Resources/Blogs/EntryId/3114/Telerik-Controls-in-DotNetNuke-6-0.aspx

SO if you use the Telerik wrapped controls you will not see them rendered at design time. But they work Great!

Place at the top of the ascx source
<%@ Register TagPrefix="dnnui" Namespace="DotNetNuke.Web.UI.WebControls" Assembly="DotNetNuke.Web" %>
Then select the Control(s) you want
<dnnui:DnnDatePicker ID="StartDate" runat ="server" ></dnnui:DnnDatePicker>

Skip



 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesDNN 6 and the ajax toolkitDNN 6 and the ajax toolkit


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out