The Calendar control is used to display a one-month calendar that allows the user to select dates and move to the next and previous months.
By setting the SelectionMode property, you can specify whether the user can select a single day, a week, or a month, or you can disable date selection entirely.
Setting the style properties for the different parts of the control customizes the appearance of the Calendar control.
Although binding to a data source is not supported in the Calendar control, you can modify the content and formatting of the individual date cells. Before the Calendar control is displayed on the Web page, it creates and assembles the components that make up the control.
Revision number 2, Tuesday, February 26, 2008 1:03:26 AM by scott@elbandit.co.uk
You must Login to comment.