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

calendarextender causing postback in Opera when using with master page

I am having a very wired problem with calendar extender from ajax control toolkit in Opera. It's working fine in Chrome but in OPERA when I click on the image button to open calendar it will causing a post back and page get refreshed (calendar isn't…
nrsharma
  • 2,532
  • 3
  • 20
  • 36
0
votes
1 answer

AJAX Control Tool Kit Controls UI rendering transparently

Hi I have strange problem with Ajax Controls. Transparent background for all the all Ajax Controls like Validator Callout Extender, Calendar Extender, Baloon Popup Extender. The version of Ajax is 4.1.51116.0 Runtime Version is v4.0.30319 I am not…
0
votes
3 answers

Have kept format of ajaxcalendar control as "dd/mm/yyyy" and want to save in database as mm/dd/yyyy

I m using ajax calendar control to a textbox, have set its format as "dd/mm/yyyy" . Bapur.Date = txtdate.Text; in data access layer cmd.Parameters.Add("@Date", SqlDbType.DateTime).Value = bapur.Date; on saving, like above ( where Date is a…
Zoya
  • 405
  • 3
  • 10
  • 21
0
votes
1 answer

calendar extender entering today's date defaultly in textbox(when i click on calendar image to open the calendar)

I am using a textbox with calendar extender. My problem is, when i click on calendar image(to open the calendar), today's date is defaultly coming in textbox here is my code
Ranadheer Reddy
  • 4,202
  • 12
  • 55
  • 77
0
votes
4 answers

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 below but it not working! any ideas guy?…
Fire Hand
  • 25,366
  • 22
  • 53
  • 76
0
votes
1 answer

How to set the Asp Calendar Extender DataType to smalldatetime

I have implemented a Calendar Extender for my website, I use this to search for dates in my database. The problem is I have all the dates in the database set to datatype smalldatetime and the dates from Calendar Extender is coming out as a type…
user1345260
  • 2,151
  • 12
  • 33
  • 42
-1
votes
1 answer

String is not recognized as datetime format asp.net?

objRA_Campaigns.StartDate = DateTime.ParseExact(tbAgentsAgentComparisonByQuestionaireFrom.Text, "yyyy/MM/dd HH:mm:ss", CultureInfo.InvariantCulture, DateTimeStyles.None); asp.net calendar extender
Afnan Ahmad
  • 2,492
  • 4
  • 24
  • 44
-1
votes
2 answers

Ajax CalendarExtender inserted in a gridview are populated in the same row

I've a problem with the CalendarExtender ajax. I've a gridview with a calendar in a templatefield but when i run the application and, for example i've 5 data rows, my calendars are all at the firstrow. Somebody can explain me why? There is my code: …
MassiCiaoCiao
  • 74
  • 2
  • 6
-4
votes
1 answer

Solve CalendarExtender dose not display properly

If you have problem in displaying CalendarExtender when it appears like this: You could solve problem by right-clicking on your project and then selecting Manage NuGet packages. Then follow this picture bellow
Hussein Alrubaye
  • 915
  • 8
  • 14
1 2 3
8
9