Skip Navigation Links.

Calendar component

Please select a date:

<February 2012>
MonTueWedThuFriSatSun
303112345
6789101112
13141516171819
20212223242526
2728291234
567891011
 

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();
}