views:

1380

answers:

7

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

A: 

Visual studio has one built-in.

Kolten
+3  A: 

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

Abyss Knight
+1  A: 

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

Stephen Wrighton
+1  A: 

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!

Luke Bennett
+2  A: 

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.

Charles Graham
+1  A: 

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

Thomas Hansen