I’ve got a calendar control on a text box I’m just wondering how I can trigger a sub when a date is chosen on the calendar?
There is a OnClientDateSelection changed in the extenders properties but im not sure how to use this.
Any help most appreciated! — Jonesy
You will need to manually post back your form with some client side javascript. Then you could just check the selected date to do what you want.