Page 1 of 1

ASP.NET Clendar Date Picker

Posted: Wed May 26, 2010 3:38 pm
by hm9
Hi

I am looking for a calendar control with date picker in asp.net, similar ones used on travel bookings sites

It should have the following features:
1) A text box and next to it a calendar icon, that pops up when user selects it
2) It should disable previous dates. they could be greyed out so users dont select a previous date
3) Display the current date or in some instances, it display the dates when there are availability by default e.g. 3 days after current date. not sure if this is related to the database?
4) validation so users dont enter any invalid date format. for instance only accepts dates in this format: dd/mm/yyyy


My page is written in ASP.NET so could anyone point me to some examples in ASP.NET I can use that matches these specifications?



Thanks in advance