Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
10k views

Disable previous Dates in ajaxToolkit CalendarExtender

How to disable previous dates while using in ajaxToolkit CalendarExtender
5
votes
2answers
5k 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 I scroll down and ...
4
votes
1answer
15k 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 control to call a ...
3
votes
7answers
2k views

Calendarextender is not displayed with masterpages

I'm working with masterpages and after reading a lot of answers I can't find why my calendarextender doesn't appear Here is my code http://pastebin.com/m789f935e
3
votes
2answers
2k views

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 ...
3
votes
2answers
2k 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 just select the Year, ...
3
votes
4answers
11k 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 calendar, the background ...
2
votes
1answer
53 views

ajaxtoolkit:CalendarExtender working on one asp.net webpage but not on others from same site

first post hopefully you can all help me. Basically I have registered an ajax web toolkit Calendar Extender in the config file and registered it for one of my asp.net web pages as follows: Web Config ...
2
votes
1answer
1k views

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 ...
2
votes
1answer
470 views

Ajaxcontrolkit calendar control - customisation

Can the calendar control be customsised so that, say you have a system of renting out a holiday home. can the dates that have been booked appear as red and disabled on the ajaxcalendar control? ...
2
votes
6answers
10k views

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: ...
2
votes
5answers
4k 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 stylesheets messing ...
2
votes
2answers
12k 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/yyyy hh:mm:ss" but ...
1
vote
2answers
70 views

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

i thought something like this <ajaxToolkit:CalendarExtender ID="TextBox1_CalendarExtender" runat="server" TargetControlID="txtDatumPoaganje" Format="MM/dd/yyyy" ...
1
vote
2answers
354 views

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 ...
1
vote
1answer
222 views

AJAX:CalendarExtender does not localize Today

I'm using the CalendarExtender from the AJAX library with the possibility of localization. Currently everything works fine except when I try to localize it for the Danich (da-DK) language. The ...
1
vote
1answer
64 views

Two CalendarExtenders?

I have a popup ajax calendarextender that populates a text box with the selected date, (MM/dd/yyyy). This works. I want to capture the same date in an additional text box with a different format ...
1
vote
2answers
866 views

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 ...
1
vote
1answer
390 views

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 ...
1
vote
0answers
455 views

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 ...
1
vote
2answers
4k views

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 ...
1
vote
1answer
225 views

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: <table> ...
1
vote
1answer
776 views

ASP Ajax Toolkit Calendar control defaults to mm/dd/yyyy can this be changed?

I have a text box which has a Ajax calendar extender attached. You click on the text box, the calendar pops up, you select a date and that gets displayed in the text box. That all good but the date is ...
1
vote
2answers
525 views

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 ...
1
vote
1answer
660 views

Ajax Control Toolkit Calendar doesn't show in IE8 when inside UpdatePanel

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 issue? Thanks.
1
vote
1answer
809 views

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 ...
1
vote
1answer
714 views

How to bind extenders to controls on clientside

I have some dynamically created inputs which are not server-side controls. I want to relate them to some CalendarExtender and MaskedEditExtender on the clientside. Is there a way to do that?
0
votes
0answers
8 views

JQuery textbox autocomplete conflicts with Ajax Calendar Extender

I have a asp.net page with uses a JQuery and a web service to perform the autocomplete when the user types a name in a textbox. This has been working well until I added an Ajax Calendar Extender. ...
0
votes
0answers
19 views

How do I get calendarextender to work in ASP 2.0?

I have tried everything in order to get the calendar to popup when the textbox is clicked however nothing seems to work. I am using Ajax Control Toolkit code: <ajax:ToolkitScriptManager ...
0
votes
1answer
148 views

Disable dates conditionally with Asp.net Ajax Calendar Extender

If you have used Calendar Extender, i am looking for ways to disable dates based on selection from another calendar selected date. In a project management application there are end and start dates, i ...
0
votes
1answer
135 views

Calendar extender in modal popup extender ASP.NET not working

I'm using a calendar extender in a panel which popup using modalpopup extender, so panel is poped up contains the calendar extender but the calendar is behind every thing, i tried to change the ...
0
votes
2answers
144 views

How to hide ajaxtoolkit calendarextender when lost focus?

Hi, I want to hide first calendar when a second is open or when the calendar field lost focus. The issue is that if the user doesn't select any date from calendar and go to other control in page the ...
0
votes
0answers
95 views

Disabling certain days on the AjaxControlToolKit CalendarExtender

I'm looking for a solution to disable certain weekdays on the CalendarExtender control. I need to be able to disable any weekday from monday to sunday and i prefer to do it server-side but if that's ...
0
votes
1answer
215 views

AjaxToolKit CalendarExtender Problems

In my Summary page, I have two CalendarExtender controls to enable someone to select Start Date and End Date for database queries. In the head of my Summary.aspx page, I have the following ...
0
votes
2answers
148 views

Calendar control is not popping-up when clicked on image

I'm using a CalendarExtender control with the help of <img> to populate a TextBox with a date. I am using this in EditItemTemplate of GridView. But when I click on the image, the calendar ...
0
votes
3answers
454 views

Ajax Toolkit Calendar Extender bold current date, ASP.NET

I am using Ajax Toolkit Calendar Extender, and i want to bold the current date, when calendar pops up. var a = "1"; var b = ""; function ShowToday(e) { if (a == "1") { a = ...
0
votes
1answer
89 views

Variables and methods

I'm trying to understand better how to declare a variable (string) and how methods work. I'm trying to reformat a date (from a calendarextender) into a string and pass it as a parameter into a query ...
0
votes
0answers
318 views

CalendarExtender positioning issue in frame IE8 IE9

I have a page with frames (frameset and frame), i put a CalendarExtender into a html table (table, tr, td) and CalendarExtender doesn't appear in the right position. I mean, CalendarExtender doesn't ...
0
votes
2answers
240 views

Can I make my ASP.NET CalendarExtender larger?

I'm developing a mobile version of my company's website. I don't have an extensive history in ASP.NET programming, but so far most of my work on the project has been HTML manipulation anyway. For the ...
0
votes
2answers
492 views

Setting TextBox.Text after Selecting a Date on an Ajax CalendarExtender

On an ASP.NET page, I have a pair of CalendarExtender (AJAX Control Toolkit for ASP.NET 4.0) controls on a page acting as a date range. What I want to do is, after the user has selected the value for ...
0
votes
1answer
243 views

Problem using calender extender ajax control

I am not able to see calender in my webpage even when i have added calenderextender to the textbox control in my webpage. Here is my code .aspx <%@ Page Language="C#" AutoEventWireup="true" ...
0
votes
1answer
1k views

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 ...
0
votes
0answers
406 views

Bigger AJAX CalendarExtender: months overlap days, years overlap both

I am trying to enlarge an AJAX CalendarExtender so a visitor to the page from a tablet computer doesn't have to zoom in. I've mostly succeeded in getting all the elements at a good size, but now when ...
0
votes
2answers
679 views

AJAX Calender User Control Next and Previous button Issue

I created Ajax Calender Extender as a user control and using the same in various pages. My problem with the calender user control is, When I click on the Next and Previous buttons in the calender It ...
0
votes
4answers
1k views

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

How to set “VisibleDate” property of asp:Calendar control?

I am developing a ASP.NET web site, in which I have used a AJAX control Tool kit's CalendarExtender to select a date in asp:TextBox. I want to set the VisibleDate property of the asp:Calendar control ...
0
votes
2answers
386 views

AjaxToolkit Calendar Extender Programmatic change in value not reflected

There is a calendar image near to the text box for dropdown calendar. When I change the date value in text box by $("#calendarTextBox").val("11/22/2004"); and then if user clicks on the image, the ...
0
votes
0answers
805 views

Ajax Toolkit CalendarExtender with Textbox full page post back in Fire Fox after Calendar OnClientDateSelectionChanged

Hi I have am using a CalendarExtender with a TextBox to display the date selected and I have an event OnClientDateSelectionChanged which when fired calls updates the value of a hidden field with the ...
0
votes
1answer
232 views

Getting the right row in a GridView

I have a GridView where one of the cells holds a TextBox with a CalendarExtender attached to it. Another cell holds a button that triggers the CalendarExtender. After a date is selected, a checkDate ...
0
votes
1answer
371 views

Dateformat for ajax calendar extender to create (e.g.) 1980/01/01?

I have tried yyyy/MM/dd but this returns 1980/1/1, which will fail the check against cultureinfo format in .NET

1 2