M
Mark Rae
Thats not correct, I was replying to your earlier post. You had replied to
somebody else i.e. David.
FWIW, you're still top posting...
Which event have you put the Calendar1.SelectedDate = Nothing into ?
The one you mentioned:
Protected Sub Calendar1_SelectionChanged(ByVal sender As Object, ByVal e
As System.EventArgs) Handles Calendar1.SelectionChanged
TextBox1.Text = Calendar1.SelectedDate
Calendar1.SelectedDate = Nothing
End Sub