0
votes
8answers
2k views
Why is my CalendarExtender getting overlapped when rendered?
I'm working on a .NET web application and I'm using a CalendarExtender control within it to have the user specify a date. For some reason, when I click the icon to display the cale …
0
votes
2answers
21 views
Why does a non-dynamically created iframe shim show, but a dynamically created one does not?
I have a custom control that is made up of a text field and the ajax control toolkit dateextender. In IE6 I'm hitting the z-index bug where the calendar is showing behind select b …
0
votes
0answers
18 views
Ajax Control Toolkit Calendar doesn’t show in IE8 when inside UpdatePanel
Hello,
I'm having this problem. When the calendar extender is outside an UpdatePanel, it works perfectly on IE8, however, when inside it, it doesn't show. Anybody having this iss …
0
votes
2answers
884 views
Disable previous Dates in ajaxToolkit CalendarExtender
How to disable previous dates while using in ajaxToolkit CalendarExtender
1
vote
2answers
520 views
CalendarExtender Positioning Problem
I am adding a CalendarExtender to a page, using the default styles. When I click the calendar button to trigger the calendar popup, the calendar displays normally. However, when …
0
votes
0answers
32 views
ASP.NET Ajax Toolkit CalendarExtender not ready in $(document).ready?
Occasionally I'll use a ASP.NET Ajax Toolkit CalendarExtender and try to wire some javascript to its handlers. Since I use jQuery, I've do this using $(document).ready().
Most of …
1
vote
1answer
95 views
Popup a CalendarBehavior from Javascript
Hello,
How can I embbed all the scripts needed by the CalendarBehavior in a page, without actually using the server-side control (CalendarExtender). The reason I can't use a serve …
0
votes
2answers
3k views
ASP Ajax Calendar Extender and displaying time
I am using the Ajax Control Toolkit Calendar Extender control. In some fields though I want to display the time along with the date. I have tried just setting the Format to "dd/MM/ …
0
votes
2answers
405 views
how to clear a textbox with calendar extender in javascript?
i have a textbox associated with a calendar extender and a masked edit extender in a asp.net 3.5 project. i would like to clear the texbox when OnBlur...i have tried using the code …
2
votes
2answers
2k views
CalendarExtender Change date with Javascript
I have a CalendarExtender control on my page and sometimes have to change the date to the next occuring Sunday. I'm currently using the OnClientDateSelectionChanged property of the …
0
votes
2answers
1k views
ASP.NET AJAX Toolkit - CalendarExtender is reset on Postback
Hello,
I have an ASP.NET page that has two input elements:
A TextBox that is ReadOnly. This TextBox is the TargetControl of a CalendarExtender
A DropDownList with AutoPostBack=t …
2
votes
2answers
447 views
Ajax Control Toolkit Date Picker - Is it possible to not have to select the day?
So I can set the date format on the Calendar Extender to it displays just the month, but you would still have to select the Year, then the Month, then the Day.
I would like to jus …
0
votes
3answers
654 views
.net Ajax calendarExtender cuts of saturday’s in IE7 (works fine in firefox)
I was having this problem in IE7 where the saturdays appear to be missing from the calendar. It displays fine in Firefox and a few people have suggested that it could be my other s …
0
votes
0answers
245 views
ASP.NET - Ajax Calendar Extender issue
I am using AJAX calendar extender.Everything is works fine on date selection
from pop up image option but when I dont select a date and click outside on
the page (click on button …
0
votes
2answers
1k views
asp.net ajax calendar extender (in updatepanel) causes wrapping
Here's a simplified version of my page:
<asp:UpdatePanel runat="server" ID="dateUpdatePanel" RenderMode="Inline">
<ContentTemplate>
<asp:Label runat="server" I …
