Question

What is the best FREE Datepicker that can be dropped into an ASPX application?

Was it helpful?

Solution

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

OTHER TIPS

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.

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!

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top