I am having quite trouble finding client side functionality of Asp.net Ajax controls like calendarextender etc etc. How can i find which Client side functionality each control or Calendar control has?
I have only found these properties
._selectedDate and ._textbox.set_Value()
I want to restrict one calendar on the basis of second calendar value. if i have selected March 1 then second calendar start date should be March 1 and cannot select previous dates.
To name just a few:
I recommend downloading the source from here: ASP.NET Ajax Control Toolkit. Then, expand the MicrosoftAjax.Extended project and you’ll see a Calendar folder. There, you’ll find the js you are looking for.