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
2
votes
4 answers

How to control style of today's cell in asp.net ajax CalendarExtender?

Based on the AjaxControlToolkit API for the CalendarExtender I can control the style of the selected date using: .ajax__calendar_active { background-color:red } And according to the API, I was hoping, that .ajax__calendar_today would allow me to…
slolife
  • 19,520
  • 20
  • 78
  • 121
2
votes
4 answers

show only month and year in ajax toolkit calendar extender

please help.. how to modify calendar extender display in ajax calendar extender to show only month and year, i mean the calendar view NOT the textbox text format, so i only select month name in specific year.
sephtian
  • 445
  • 2
  • 11
  • 23
2
votes
2 answers

ASP.NET CalendarExtender with Year view alone

I'm using ASP.NET AJAX calendar extender inside my asp.net gridview. Is it possible to customize it to display only Year since the Day and Month values are not needed for my case.
Wilz
  • 239
  • 4
  • 18
2
votes
2 answers

Popup a CalendarBehavior from Javascript

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 server side extender is that I have a page with, possibly, hundreds of Date…
Florin Sabau
  • 1,065
  • 8
  • 18
1
vote
2 answers

Ajax CalendarExtender, How to get the date after i click on a button?

I want to add add an Ajax CalendarExtender to my page. And then after selecting a date and clicking on a button I get the selected Day in a label. I have a text box which is the target of the CalendarExtender
Y2theZ
  • 10,162
  • 38
  • 131
  • 200
1
vote
2 answers

Calendar control is not popping-up when clicked on image

I'm using a CalendarExtender control with the help of to populate a TextBox with a date. I am using this in EditItemTemplate of GridView. But when I click on the image, the calendar control is not poping up. I have used this CalendarExtender…
Ashok kumar
  • 1,593
  • 4
  • 33
  • 68
1
vote
2 answers

problem in comparing two dates

i use two CalendarExtender to combine two dates: start date and end date and i use a compare validator to validate that the end date is greater than the start date. the problem that the validator fires when the day in the end date is smaller than…
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
1
vote
2 answers

Using a CalendarExtender with a MaskedEditExtender

I'm trying to have a textbox function exactly like the third textbox down on this page: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MaskedEdit/MaskedEdit.aspx. I'm trying to use a CalendarExtender control with a MaskedEditExtender, because I…
1
vote
4 answers

AjaxControlToolkit CalendarExtender Control not working in my website

I' using the AjaxControlToolkit CalendarExtender in my web site but after uploading it does how show the calendar control. I have registered the control on the page itself. The page postback when I click the image on which I applied the control. …
sumit
  • 19
  • 1
  • 1
  • 2
1
vote
1 answer

supersize calendarextender

How can I resize the ajax control toolkit's calendarextender so it's touch friendly, I have modified the css properties successfully but when selecting months or years, the months (or years) overlap the days, and don't collapse after making a…
reckface
  • 5,678
  • 4
  • 36
  • 62
1
vote
0 answers

How to use only part of the Ajax Toolkit's calendar extender control

I currently have two requirements of the AJAX Calendar Extender, one simple and one complex. I would like to solve the simple scenario, and if the complex scenario can't be feasibly solved, then the workaround that I have is acceptable. Simple…
funkymushroom
  • 2,079
  • 2
  • 26
  • 39
1
vote
0 answers

Ajax Calendarexternder with previous days disabled

I am working with Ajax's CalendarExtender and this is what I would like to accomplish. I want to have a text and when a user clicks on the text box, I would like to pop up calendar with previous disabled (crossed out). Would someone know or link to…
tony
  • 361
  • 1
  • 4
  • 12
1
vote
0 answers

How can I use the CalendarExtender component in visual studio 2015?

I work with Visual Studio 2015 and I need to use the CalendarExtender component from the toolbox but I can't because the only available component is Calendar. Should I download it from somewhere? Please help me
1
vote
1 answer

ASP.NET and AJAX - CalendarExtender isn't working

Brand new to AJAX. I want to add it to Visual Studio (2015 version). I downloaded AJAX and added the .dll file to my Bin in my web app. Then I went into my Toolbox and added a new tab for this .dll file. Then I added this to my web.config: …
RockOn
  • 197
  • 1
  • 19
1
vote
1 answer

How to display a CalendarExtender from your js code without using it as an extender?

Is there any way to display a Calendar Extender popup without using it the traditional way? and the also grabbing the value selected? Some code that I made up to make it more clear:
mati
  • 5,218
  • 3
  • 32
  • 49
1 2
3
8 9