Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 03, 2012 01:05 PM by paolo2002
Member
2 Points
6 Posts
Apr 02, 2012 09:48 AM|LINK
Hi everybody,
I have a strange problem,
All my Ajax Control aren't taken care in my aspx page.
I add in my page :
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
And
<ajaxToolkit:ToolkitScriptManager runat="Server" EnablePartialRendering="true" ID="ScriptManager1" />
But I have an error in all Ajax component : CollapsiblePanelExtender, TabContainer.
I check dll version (AjaxControlToolkit and AjaxControlToolkit.resources 4) but nothing works.
Thank you for your response !
545 Points
190 Posts
Apr 02, 2012 06:25 PM|LINK
I use a regular script manager on my ajax controls:
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true" />
maybe try that?
All-Star
65839 Points
11163 Posts
Apr 03, 2012 03:03 AM|LINK
Hi,
Make sure you install the correct version of the AjaxControlToolkit:
Version 3.0.20229 2008-02-29 release of the AJAX Control Toolkit targets the official release of .NET Framework 3.5 and Visual Studio 2008.
Version 1.0.20229 You can also download the Toolkit for .NET Framework 2.0, ASP.NET AJAX 1.0 and Visual Studio 2005.
Version 3.0.40412
April 12, 2010 release of the AJAX Control Toolkit for ASP.NET 3.5 Service Pack 1 and Visual Studio 2008 SP1.
Check this post
http://forums.asp.net/t/1314118.aspx
http://weblogs.asp.net/scottgu/archive/2006/12/10/gotcha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.aspx
Apr 03, 2012 11:56 AM|LINK
Thank you for your all responses.
This is my environment:
Framework 4
AjaxControlToolkit 4.1.50731.0
AjaxControlToolkit.resources 4.1.51116.0
Visual Studio 2010
Apr 03, 2012 01:05 PM|LINK
Tanks a lot for your replies.
This problem is solved now.
I deleted AjacControlToolkit libraries from my projet and added after.
paolo2002
Member
2 Points
6 Posts
All My Ajax Controls aren't taken care
Apr 02, 2012 09:48 AM|LINK
Hi everybody,
I have a strange problem,
All my Ajax Control aren't taken care in my aspx page.
I add in my page :
And
But I have an error in all Ajax component : CollapsiblePanelExtender, TabContainer.
I check dll version (AjaxControlToolkit and AjaxControlToolkit.resources 4) but nothing works.
Thank you for your response !
cool.asp
Member
545 Points
190 Posts
Re: All My Ajax Controls aren't taken care
Apr 02, 2012 06:25 PM|LINK
I use a regular script manager on my ajax controls:
maybe try that?
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: All My Ajax Controls aren't taken care
Apr 03, 2012 03:03 AM|LINK
Hi,
Make sure you install the correct version of the AjaxControlToolkit:
Version 3.0.20229 2008-02-29 release of the AJAX Control Toolkit targets the official release of .NET Framework 3.5 and Visual Studio 2008.
Version 1.0.20229 You can also download the Toolkit for .NET Framework 2.0, ASP.NET AJAX 1.0 and Visual Studio 2005.
Version 3.0.40412
April 12, 2010 release of the AJAX Control Toolkit for ASP.NET 3.5 Service Pack 1 and Visual Studio 2008 SP1.
Check this post
http://forums.asp.net/t/1314118.aspx
http://weblogs.asp.net/scottgu/archive/2006/12/10/gotcha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
paolo2002
Member
2 Points
6 Posts
Re: All My Ajax Controls aren't taken care
Apr 03, 2012 11:56 AM|LINK
Thank you for your all responses.
This is my environment:
Framework 4
AjaxControlToolkit 4.1.50731.0
AjaxControlToolkit.resources 4.1.51116.0
Visual Studio 2010
paolo2002
Member
2 Points
6 Posts
Re: All My Ajax Controls aren't taken care
Apr 03, 2012 01:05 PM|LINK
Tanks a lot for your replies.
This problem is solved now.
I deleted AjacControlToolkit libraries from my projet and added after.