Calendar component
Please select a date:
The selected date is:
The code used is to create a selected event on the calendar component and
then add the code:
protected void Calendar1_SelectionChanged(object sender, EventArgs e) { TextBox1.Text = Calendar1.SelectedDate.ToString(); }
|