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
0
votes
1 answer

Detect in javascript the existance of Ajax CalendarExtender

I have a form, portions of which are required to be dynamically cloned via javascript to allow users to enter additional details. Everything works fine, except if one of the textboxes being cloned has a CalendarExtender attached for date picking.…
Hearth
  • 383
  • 1
  • 4
  • 13
0
votes
3 answers

Ajax Control Toolkit Compile error ASP.NET

I added AjaxControlToolkit version 7.1213 from nuget, and I have vs 2012 with .net 4.5 I try to use calenderextender in my website like this
0
votes
1 answer

Can I use just one instance of image tag for 3 date fields in asp.net(vb) calendarextender?

I have a form with 3 date fields. I am using ajaxtoolkit calendarextender with image. Is it possible to use just one image tag for all the three fields or do I have to declare it for every datefield? If at all I an use just one then where will I…
Nita
  • 195
  • 3
  • 8
  • 20
0
votes
1 answer

How to reset Calendar Extender for Ajax Control Toolkit to its default value which should be empty string (server side)?

How to reset Calendar Extender for Ajax Control Toolkit to its default value which should be empty string? Reset to be server side.
Ahmed Atia
  • 17,848
  • 25
  • 91
  • 133
0
votes
1 answer

adding number of days in calendar extender

I have been working on a project and I got stuck with a problem i.e I am able to select first and last date using asp.net calendar control but i want it to be done with calendar extender the code shown as below is for calender control ..please…
rupinder18
  • 795
  • 1
  • 18
  • 43
0
votes
0 answers

CalendarExtender from AjaxControlToolKit.Dll Doesn't 'Pop Up' When Upgrading/Updating to Latest Dll Version

I have a form that formerly used assembly version 1.0.10301.0 of the AjaxControlToolKit.Dll and when upgrading to newer versions such as 4.1.7.607, the CalendarExtender object stops working in that the calendar button no longer creates a drop…
Kurt Wagner
  • 3,295
  • 13
  • 44
  • 71
0
votes
1 answer

Adding dynamically CalendarExtender to a WebForm in CodeBehind

I'm trying to add dynamically a control CalendarExtender from ASP.NET Ajax Toolkit to the WebForm page. When I'm accessing the WebPage, where I've coded this control to be added - I've got an error: MissingManifestResourceException Could not find…
user2402179
0
votes
1 answer

How to change "Next" & "Previous" link icon in Ajaxtoolkit's CalendarExtender?

I created a web application with a calendar extender using vs2008. In viewing the calendar i wanted to change the images of the next and previous button inside the header of the calendar. is there anyway that i can do this? Thanks.
0
votes
2 answers

Select year and month name in ajax calendar extender

I have a textbox and a calendar extender control with target control id property set to the textbox. I have made the calendar select only year and month not date by using format "yyyy/MM". So every entry in the calendar will be…
Pratik.S
  • 470
  • 10
  • 30
0
votes
1 answer

How to call javascript methods on Ajax CalendarExtender

I am using Ajax toolkit's Calendar Extender for taking date, now I want to call a javascript method on calendar's date selection change event, how do I do this? I am using following code for this
Diboliya
  • 1,124
  • 3
  • 15
  • 38
0
votes
1 answer

AJAX Calendar Extender showing wrong date

I have an aspx page with a master page. The master page contains the asp:ScriptManager. The aspx page's ajaxToolkit:CalendarExtender has quit changing the month of the date in the textbox. The textbox associated with the extender is filled with…
Susan O
  • 65
  • 1
  • 8
0
votes
1 answer

Page.ResolveUrl conflict with Calendar Extender of Ajax

Possible Duplicate: “The Controls collection cannot be modified because the control contains code blocks” What could be the possible solution to avoid the conflict between Page.ResolveUrl and CalendarExtender of Ajax? I get this kind of…
portgas d ace
  • 309
  • 3
  • 9
  • 21
0
votes
3 answers

String was not recognized as a valid DateTime during insert

I get the following error when i try to convert to date time. String was not recognized as a valid DateTime. cost.b_date = DateTime.Parse(c_date.Text) ;//c_date.Text = 12/28/2012 Then i try string date =…
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
0
votes
3 answers

Ajax:CalendarExtendar in Gridview

I have a gridview, in the footer of gridview,I add a Textbox(TB1) and a CalendarExtendar(CAL1). CAL1 has properties : PopupControl ID and targetControl ID = TB1. When I click TB1 Popup of Calendar Extendar show the view of calendar. But i found…
Yayan
  • 991
  • 1
  • 8
  • 9
0
votes
3 answers

Trying to convert string to datetime

I am trying to restrict a user from entering a new record if the date requested already exits. I was trying to do a count to see if the table that the record would be placed in already has that date 1 or not 0. I have a calendar extender attached…
user1596472
  • 155
  • 1
  • 3
  • 17
1 2 3
8
9