The Calendar Web control displays a traditional one-month calendar on your Web Forms pages. Users can use the calendar to view and select dates.
The following topics provide information about the Calendar Web control and how to use it.
For information about | See this topic |
---|---|
What the Calendar control is and what you can do with it. | Introduction to the Calendar Web Control |
Changing the fonts, colors, size, and other appearance features of the calendar as a whole. | Customizing Calendar Web Control Appearance |
Customizing the look of specific areas of the calendar, such as today's date, weekend days, the title bar, and so on. | Formatting Calendar Elements Using Styles |
Specifying whether users can select a day, a week, or the whole month. | Controlling User Date Selection |
Specifying whether users can move from month to month. | Controlling Month Navigation |
Changing the content or look of individual days programmtically, such as to create appointment information. | Customizing Individual Days |
Running code in response to the user selecting one or more dates. | Responding to Date Selection |
Adjusting the current date to accommodate different timezones on the server and client. | Setting Today's Date Programmatically |
Setting and clearing selected dates in code. | Selecting Dates Programmatically |
See Also