Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jun 04, 2012 10:01 AM by Song-Tian - MSFT
0 Points
7 Posts
Jun 01, 2012 12:16 PM|LINK
Hi Sir,i'm using a ajax calendar extender and a textbox.when i focusing in a textbox but it's not displying a calendar. please help me
this is my code ,and tell me what correction i have to do?
<
<form id="form1" runat="server"> <asp:ScriptManager runat="server"> </asp:ScriptManager> <div> Enter a Date: <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="TextBox1"> </cc1:CalendarExtender>
Contributor
2212 Points
401 Posts
Jun 01, 2012 04:51 PM|LINK
Hi!
Try following code:
<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"> </asp:ToolkitScriptManager> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:CalendarExtender ID="CalendarExtender1" TargetControlID="TextBox1" runat="server" />
Regards.
All-Star
65789 Points
11153 Posts
Jun 04, 2012 03:11 AM|LINK
Please refer this
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx and http://www.asp.net/ajaxlibrary/act_Calendar.ashx
Jun 04, 2012 07:16 AM|LINK
thq sir
Jun 04, 2012 07:20 AM|LINK
when i'm executing a ur code it's getting an error........
error is
43705 Points
4304 Posts
Microsoft
Jun 04, 2012 10:01 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.
Version 4.1.51116.0
Nov 16 2011 release of the AJAX Control Toolkit for ASP.NET 4.0 and Visual Studio 2010
Then you could add the Ajax Control Toolkit to the VS Toolbox step by step at:http://www.asp.net/ajaxlibrary/act.ashx.
satish39
0 Points
7 Posts
Ajax Calendar
Jun 01, 2012 12:16 PM|LINK
Hi Sir,i'm using a ajax calendar extender and a textbox.when i focusing in a textbox but it's not displying a calendar. please help me
this is my code ,and tell me what correction i have to do?
<
<form id="form1" runat="server">
<asp:ScriptManager runat="server">
</asp:ScriptManager>
<div>
Enter a Date:
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="TextBox1">
</cc1:CalendarExtender>
AccuWebHosti...
Contributor
2212 Points
401 Posts
Re: Ajax Calendar
Jun 01, 2012 04:51 PM|LINK
Hi!
Try following code:
Regards.
Top Windows VPS Provider
chetan.sarod...
All-Star
65789 Points
11153 Posts
Re: Ajax Calendar
Jun 04, 2012 03:11 AM|LINK
Please refer this
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx and http://www.asp.net/ajaxlibrary/act_Calendar.ashx
</div>Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
satish39
0 Points
7 Posts
Re: Ajax Calendar
Jun 04, 2012 07:16 AM|LINK
thq sir
satish39
0 Points
7 Posts
Re: Ajax Calendar
Jun 04, 2012 07:20 AM|LINK
when i'm executing a ur code it's getting an error........
error is
Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Song-Tian - ...
All-Star
43705 Points
4304 Posts
Microsoft
Re: Ajax Calendar
Jun 04, 2012 10:01 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.
Version 4.1.51116.0
Nov 16 2011 release of the AJAX Control Toolkit for ASP.NET 4.0 and Visual Studio 2010
Then you could add the Ajax Control Toolkit to the VS Toolbox step by step at:http://www.asp.net/ajaxlibrary/act.ashx.
Feedback to us
Develop and promote your apps in Windows Store