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

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Using AJAX ToolkitScriptManager in DNN 5.xUsing AJAX ToolkitScriptManager in DNN 5.x
Previous
 
Next
New Post
10/12/2010 6:13 PM
 
Hey paul, are u able to resolve this issue? i am having exactly the same issue.
 
New Post
10/21/2010 11:17 PM
 
I've tried all of the solutions above to no avail...when I don't include the workaround and try to use AJAX through DNN, I have controls that randomly don't work, although the randomness is seemingly limited to the newer controls in the latest AjaxControlToolkit. When I *do* try the workaround, I get error messages about having two script managers on a page.


Would it be possible for someone to post a complete step-by-step tutorial on how to get the latest toolkit to work with DNN? I'm fairly familiar with AJAX and DNN in their own arenas -- I've developed plenty of solutions with each -- however, I've not been able to merge the two. I'm not looking for anything fancy -- personally, I'd just like to see something as simple as a single collapsiblepanelextender work. I can manage to make it work if I toggle the state in the code-behind, but the standard click behavior does not work by default in DNN5.05.


I'm using DNN 5.05.01 and AJAXControlToolkit 3.5.40412.2.

Thanks in advance for your help!!!

 
New Post
11/16/2010 10:49 PM
 
I second this request.
 
New Post
3/21/2011 4:00 PM
 
Has anyone got an answer to this yet?
 
New Post
5/27/2011 4:11 AM
 
Hi,

I got the same problem. So I checked with the Dotnetnuke Library and found that the code initializes system.Web.UI.ScriptManager but not AjaxToolkitScriptManager. I tried the way Val Lusis suggested with a little modification

Looks like this workaround solution works:

Modify Default.aspx to include
 
1. At the top:

    <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>

2. Inside the form control, right after  <dnn:Form id="Form" runat="server" ENCTYPE="multipart/form-data" >:

    <asp:ToolkitScriptManager ID="ScriptManager" runat="server"></asp:ToolkitScriptManager>

Just the ID for toolkitscriptmanager is ScriptManager. Because it the name given to the script manager in the dotnetnuke library. This may not be a perfect solution but it worked for me


 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Using AJAX ToolkitScriptManager in DNN 5.xUsing AJAX ToolkitScriptManager in DNN 5.x


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