vote up 2 vote down star
2

I have always been a very big fan of the DHTML calendar http://www.dynarch.com/projects/calendar/

I was planning on using this for an upcoming project in ASP.NET, but I wouldn't mind finding a new calendar control that is specifically made as a ASP.NET user control.

Does anyone know of some good ones out there that I should check out?

Thanks.

flag

60% accept rate

11 Answers

vote up 6 vote down check

JQuery UI has a nice calendar/datepicker worth taking a look at. And most of all its FREE! click here

link|flag
1  
Thanks all for the suggestions. I really like the simpliciy of the JQuery one, so I'll most likely end up using it. – Ryan Smith Nov 4 '08 at 22:25
The component are nice but I've found on several occasions that I like using jQuery because it's cleaner and you have better control. Especially for something simple like a date picker. – Brian Boatright Nov 5 '08 at 8:54
404 not found on that link – Crossbrowser Jan 9 at 21:59
ui.jquery.com/demos/datepicker – Crossbrowser Jan 9 at 22:00
vote up 1 vote down

I'm using Calendar from AJAX.NET with some custom tweaks (for example to correctly handle time) and Telerik's RadCalendar control, which is really nice (but not free).

link|flag
the ajax.net calendar supports time? – John Sheehan Nov 5 '08 at 0:10
It does in a way that you can select the date on the screen and after it enter the date manually. However there is a small problem to set the time because by default it handles only date. If you are interested, I can put the code to the net. – Biri Nov 5 '08 at 6:21
vote up 3 vote down

This one is free and I used it before I had a Telerik or DevExpress subscription.

http://www.basicdatepicker.com/bdplite

Also if you use jQuery there a few very well done date pickers.

link|flag
vote up 0 vote down

Hi,

i have (besides the great JQuery UI) two other options:

  • Ajax Control Toolkit (from codeplex.com): great, free, but no support for IE6 iFrame overlay bug

  • oBout Calendar (http://www.obout.com/calendar/calendar_home.aspx): not free, but handles the IE6 Bug, and also has a nice "Airplane" mode, where two Calenders work together (Start/End Date)

regards Christoph

link|flag
vote up 0 vote down

For really comprehensive set of date related components check out Peters Blums stuff at http://www.peterblum.com/DES/DateAndTime.aspx we have used these for years

link|flag
vote up 0 vote down

It's not free, but the Telerik DateTimePicker went over well with my team.

link|flag
renders a 110kb javascript file though – Shawn Dec 19 '08 at 15:47
vote up 0 vote down

Ive just used an extjs datepicker and it was frikking sweet!!!!

link|flag
vote up 0 vote down

Ra-Ajax Calendar is LGPL and Free of Charge to use...

link|flag
vote up 0 vote down

extjs datepicker is really sweet. you can add it to ASP.NET easily. look at this tutorial: http://www.dottostring.com/2009/01/using-extjs-calendar-control-datefield-in-aspnet/

link|flag
vote up 0 vote down

We have used the Yahoo! UI Library Calendar with no complaints.

link|flag
vote up 0 vote down

I second jquery's calendar

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.