vote up 2 vote down star
1

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

flag

7 Answers

vote up 3 vote down check

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

link|flag
vote up 0 vote down

Visual studio has one built-in.

link|flag
vote up 1 vote down

I've long used Excentric's World UI tools: http://www.eworldui.net/

link|flag
vote up 5 vote down

jQuery UI Datepicker

ASP.NET AJAX has a good one too

link|flag
vote up 1 vote down

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!

link|flag
vote up 2 vote down

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.

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

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