Why is the CalendarExtender.SelectedDate Nothing on the Server. I set the TextBox Control to AutoPostBack="True". When I open the Calendar and select a date,
the TextBox1_TextChanged event first on the server. When I check the CalendarExtender1.SelectedDate property, it is always set to nothing. Why is this and how would I get this value.