Calendar.SelectedDate and clearing it
Hey All,
I am doing AJAX stuff with the calendar control making it popup dynamically to fill in dates and stuff. All that is working fine and knowledge not needed for the issue I am having. :)
How do you clear the selecteddate property of the ASP.NET calendar control. The issue I am having is I am using the same calendar to popup next to textboxes as an option to input the date. Once a date is selected, the calendar retains it so if someone tries to select the same date again, the selectionchanged event will not fire since the date is already selected. How do you null out the selecteddate property?
|