Struggling to locate the client side functionality of Asp.net Ajax controls such as calendarextender. How can I determine the specific client side functionalities of each control or Calendar control? So far, I have only discovered the properties ._selectedDate and ._textbox.set_Value()
I am looking to limit one calendar based on another calendar's value. For example, if I select March 1 on one calendar, the second calendar's start date should also be March 1 with no option to select previous dates.