| Rank: Advanced Member Groups: Member
 
 Joined: 9/6/2007
 Posts: 133
 
 | 
		    How can I reset the text for a DatePicker to nothing from server side?  One the user selects a date, it causes an updatepanel to be loaded.  When that happens, I want to reset the DatePicker so that it's "empty" and does not show the previously selected date...
		 | 
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Hi,
 You would set its SelectedDate to DateTime.MinValue.
 
 Thanks
 |