jquery datepicker
The calendar control always does a postback, right?
So, how do I use datepicker or some other function to allow a user to select a date but not do a postback until the user clicks on a submit button and have that date available in code behind?
Thank you.
|