6 May
2008

Using JQuery DatePicker in ASP.Net

I’ve had a number of uses for a more configurable date picker on my current application.  I needed something that looked good, and I one that I could set constraints for (Min and Max dates).  That last problem basically made the AJAX Toolkit CalendarExtender out of the running. Luckily I found the JQuery DatePicker.  This […]

Read More