Answered by:
AjaxControlToolkit CalendarExtender control not working

Question
-
User-1587933822 posted
Dear All,
I am using CalendarExtender in my project.But It is not working. I have added latest AjaxToolKit.dll.
there is a ToolkitScriptManager in master page.
<cc1:ToolkitScriptManager ID="ScriptManager" runat="server"></cc1:ToolkitScriptManager>
and dll registerd in web.config like this:
<add assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagPrefix="cc1" />
Here is code spinet:
<asp:TextBox ID="txtdtofRegi" runat="server" CssClass="input_text"></asp:TextBox> <cc1:CalendarExtender ID="CalendarExtender1" EnabledOnClient="true" runat="server" TargetControlID="txtdtofRegi" PopupButtonID="txtdtofRegi" Format="MMMM d, yyyy"> </cc1:CalendarExtender>
also I downloaded sample project of controltoolkit. but its controls also not working.
when I clicked for calendarExtender in textbox it not show calendar.
I have tried in Mozilla Firefox 5.0 and IE 6
I am not getting problem. please and please help me..
Thanks..Wednesday, July 6, 2011 6:29 AM
Answers
-
User-276842610 posted
Hi manojnavale0405,
Thanks for your post.
Could you please verify that you granted permissions for all users to operate with the WebResource handler?
hope this helps, thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, July 12, 2011 5:56 AM -
User555306248 posted
Hi,
In this scenario, I would like to suggest you try to check the following link,Jonathan has provided a detailed solution there:
Error: ASP.NET Ajax client-side framework failed to load.
http://forums.asp.net/t/1243449.aspx#2291128http://forums.asp.net/p/1279937/2442844.aspx
If I’ve misunderstood the facing issue, please feel free to let me know.http://encosia.com/updated-your-webconfig-but-sys-is-still-undefined/
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, July 12, 2011 11:37 PM
All replies
-
User-629546587 posted
Hi,
Try to remove the reference to AJAX Control Toolkit and re-add it.
Wednesday, July 6, 2011 6:37 AM -
User-423124851 posted
Are you getting JavaScript error?
Wednesday, July 6, 2011 6:39 AM -
User-1587933822 posted
Thanks for fast reply vishwanath_hr
i have tried this but not working..
Wednesday, July 6, 2011 6:40 AM -
User-1587933822 posted
these are some error in firebug of firefox but m not geeting
ASP.NET Ajax client-side framework failed to load. [Break On This Error] if (typeof(Sys) === 'undefined') throw...nt-side framework failed to load.'); Calendar.aspx (line 38) Type is not defined CombineScriptsHandler.ashx?_TSM_HiddenField_=ctl00_SampleContent_ScriptManager1_HiddenField&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d1.0.10920.32919%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3a57bead79-22d4-4559-aa97-8010bede8e57%3ae2e86ef9%3aa9a7729d%3a9ea3f0e2%3a9e8e87e9%3a1df13a87%3a4c9865be%3aba594826%3a507fcf1b%3ac7a4182e%3a80f47b59()Combin...0f47b59 (line 2) [Break On This Error] Type.registerNamespace('AjaxControlToo...ontrolToolkit.BoxSide = function() { Combin...0f47b59 (line 2) Sys is not defined Calendar.aspx()Calendar.aspx (line 318) [Break On This Error] Sys.Application.initialize(); Calendar.aspx (line 318) Sys is not defined [Break On This Error] Sys.Application.initialize();
thanksWednesday, July 6, 2011 6:49 AM -
Wednesday, July 6, 2011 6:53 AM
-
User-1587933822 posted
Hi kalyan1052
i tried this link but still not working.
Wednesday, July 6, 2011 7:40 AM -
User-276842610 posted
Hi manojnavale0405,
Thanks for your post.
Could you please verify that you granted permissions for all users to operate with the WebResource handler?
hope this helps, thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, July 12, 2011 5:56 AM -
User555306248 posted
Hi,
In this scenario, I would like to suggest you try to check the following link,Jonathan has provided a detailed solution there:
Error: ASP.NET Ajax client-side framework failed to load.
http://forums.asp.net/t/1243449.aspx#2291128http://forums.asp.net/p/1279937/2442844.aspx
If I’ve misunderstood the facing issue, please feel free to let me know.http://encosia.com/updated-your-webconfig-but-sys-is-still-undefined/
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, July 12, 2011 11:37 PM -
User2124956612 posted
Hi Please Refer this URL
http://aspdotnet-learning.blogspot.in/2013/10/calender-extender-example-in-aspnethow.html
and also you check all extenders example
http://aspdotnet-learning.blogspot.in/2014/01/ajax-control-examples-or-ajax-extenders.html
Monday, January 27, 2014 10:05 PM