I have a start date and end date field. Both has seperate ajax calender extenders. Once we click on the end date calender control after selecting the start date one, I would like to show the same month corresponding to the start date in the end date calendar. How can we do that. I have tried adding javascript function onClientShown event of calender extender; but didnt work out.
The basic idea is that the user will be any ways selecting a date greater than start date in the endate text box.
Just used a js-debugger to see what properties and functions a
CalendarExtenderhas on clientside. Two interesting things found, theOnClientShownevent and theset_visibleDatefunction: