Questions tagged [calendarextender]

CalendarExtender is an AJAX control popping a calendar upon user click on the target control.

AJAX Control Toolkit has a CalendarExtender extender control that pops up a calendar whenever the user clicks on the target control, or a popup control. The extender is commonly used to popup a calendar for a TextBox, like in an airline reservation system when selecting the from and to dates (source: http://wiki.asp.net/page.aspx/417/calendar-extender/)

129 questions
13
votes
2 answers

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 control to call a function that will add some days to the date until…
Miles
  • 5,646
  • 18
  • 62
  • 86
12
votes
3 answers

ASP.NET Ajax CalendarExtender will not update SelectedDate value

For some reason, any CalendarExtenders on an ASP.NET site that is being worked on will not be updated. I have already checked all the obvious places (such as AutoPostBack and AutoEventHandler). The problem is that when I select a date from the…
logain
  • 1,475
  • 1
  • 12
  • 18
11
votes
6 answers

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 calendar, the background seems to be transparent. I'm using the extender…
Dillie-O
  • 29,277
  • 14
  • 101
  • 140
10
votes
3 answers

CalendarExtender wrongly positioned after scrolling

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 I scroll down and click the button again, the calendar's position is…
Kyle Trauberman
  • 25,414
  • 13
  • 85
  • 121
10
votes
9 answers

ASP.NET AJAX Toolkit - CalendarExtender is reset on Postback

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=true Here is the code: …
user70192
  • 13,786
  • 51
  • 160
  • 240
9
votes
5 answers

Disable previous Dates in ajaxToolkit CalendarExtender

How to disable previous dates while using in ajaxToolkit CalendarExtender
None
8
votes
2 answers

Calendar Extender not displaying correctly

I'm using an ajax calendar extender control on my page, and although the extender block appears correctly, it's contents don't: Here's the code I'm using to write it onto the page:
Ortund
  • 8,095
  • 18
  • 71
  • 139
7
votes
7 answers

Simple ajax asp.net calendar extender not working

I've made a new project with one page and a reference to AjaxControlToolkit.dll The calendar extender below doesn't work, what have I done wrong? <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs"…
user23048345
  • 3,033
  • 7
  • 31
  • 31
6
votes
2 answers

How to localizing Today text in ajaxToolkit:CalendarExtender?

Is there any way to localize the Today text in ajaxToolkit:CalendarExtender? This control localizes the day and month texts according to the culture but shows, the current date with the text Today like Today:noienbrie 20, 2009, here the month is…
Embedd_0913
  • 16,125
  • 37
  • 97
  • 135
6
votes
2 answers

Convert ASP.NET textbox control .text contents to Date/Time format

I am trying to insert into a database - various details about an event. The asp.net textbox is using the Calendar Extender (so a little calendar pops up and fills the textbox with a correctly formatted date). The EventDate field in my Access…
adaam
  • 3,700
  • 7
  • 27
  • 51
4
votes
3 answers

How can I make CalendarExtender StartDate attribute take the current date?

I thought something like this > But it doesnt work. I can make something…
Filip
  • 397
  • 1
  • 5
  • 14
4
votes
1 answer

AjaxControlToolkit CalendarExtender selected value is null

I try to get date from CalendarExtender in two ways: one with updatepanel and one without but it doesn't work. value of this two calendar extender are null. It's weird because I can select date from this extenders, and text of textboxes are set to…
user278618
  • 19,306
  • 42
  • 126
  • 196
4
votes
2 answers

Validating Dates using Calendar Extender and Javascript ASP.NET

how can I use Javascript to disable Saturdays and Sundays in my Calendar Extender. Right now, I am using the code behind to disable the previous date like in this page load. public partial class TESTING : System.Web.UI.Page { protected void…
Charles Tan
  • 93
  • 2
  • 12
4
votes
1 answer

It is possible to add 'None' option in ajax toolkit calendar extender?

I have an object in my page. It puts the selected date on a disabled TextBox (populated at start with the today date). I would want a 'None' option in that calendar, for which the system would do a default operation…
Coral Doe
  • 1,925
  • 3
  • 19
  • 36
3
votes
3 answers

Using CompareValidator and CalenderExtender with unsupported date-format

I have a start date and end date field in a form. I have specified format for calender extender. since then, the compare validator is not working. It is always displaying the error message. Please help. I need to show the date in the format "Fri 04…
user1107973
  • 43
  • 2
  • 12
1
2 3
8 9