The wwWebDatePicker Control
Home
|
Reload Page
This simple date picker control is based
Marc Grabanski's jQuery Calendar control
. The control relies on jQuery and jQuery-Calendar. The control implementation wraps both
jQuery
and jQuery-Calendar'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.