Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good date-picker for ASP.NET [closed]

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.

like image 541
Ryan Smith Avatar asked Nov 04 '08 21:11

Ryan Smith


3 Answers

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

like image 154
sykespro Avatar answered Sep 22 '22 23:09

sykespro


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.

like image 30
Brian Boatright Avatar answered Sep 22 '22 23:09

Brian Boatright


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).

like image 23
Biri Avatar answered Sep 20 '22 23:09

Biri