This page is a sample of an ASP.NET wrapper control for
Marc Grabanski's jQuery
UI Datepicker control.
The control relies on jQuery and jQuery UI Datepicker. The control implementation wraps both
jQuery
and jQuery UI Datepicker's resources internally so the control is fully self-contained with overrides
for external references of all resources.
Text Box AutoPopup:
This version pops up the calendar on field activation:
Enter Date:
Image Button Popup:
This version shows a calendar image button to click on to pop up the calendar:
Enter Date:
Plain Button Popup:
Basic popup button version of the Calendar.
Enter Date:
Inline Calendar:
You can also pop up the calendar inline. This version tracks the calendar SelectedValue
and reassigns it on PostBack operations.
The controls are PostBack aware so they will persist their values across postbacks.