I got two CalendarExtenders in my page, and I'd like that when I select a date from the first CalendarExtender the date in the second one would also change, displaying the date I chose in the first calendatextender . I think I could use the OnClientDateSelectionChanged event , but I don't know how to write the function.
One more thing, how could I prevent the user from selecting, in the case of the first CalendarExtender, dates earlier than the current date and in the second one dates before the date that was chosen in the first CalendarExtender?
I hope you can help me out. Thanks in advance