What is the best FREE Datepicker that can be dropped into an ASPX application?
|
1
|
|
|
|
|
|
There's an excellent, free package that will AJAX enable the calendar control for use as a date picker. Here's the video tutorial: http://www.asp.net/LEARN/ajax-videos/video-124.aspx |
||
|
|
|
|
Visual studio has one built-in. |
||
|
|
|
|
I've long used Excentric's World UI tools: http://www.eworldui.net/ |
||
|
|
|
|
It's not an ASP.NET solution, but there's a great Javascript date picker at http://www.frequency-decoder.com/2006/10/02/unobtrusive-date-picker-widgit-update. You implement it by setting a couple of CSS classes on an input field. Have used this many times and think it's great! |
||
|
|
|
|
I use Basic Date Picker and swear by it. We use the pay version, but there is a free version which probably includes all of the features that we use. |
||
|
|
|
|
Ra-Ajax Calendar control a great sample of usage is the Ajax Calendar Starter-Kit which can bee seen here which I think shows the flexibility of it quite well... And it's LGPL meaning Free of Charge... |
||
|
|
