Hello vaibhav,
get_selectedDates() is client-side JavaScript function for the calendar client object.
If you want to get selected date server side from asp's code-behind use
SelectedDate property of the RadCalendar.
where
myCalendar is the
ID of your calendar.
Best wishes,
Vasil
the Telerik team