The Calendar Web server 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 server control and how to use it.
Content |
- Introduction to the Calendar Control
- Provides a general description of the Calendar control
|
- Customizing Calendar Control Appearance
- Gives directions for changing the fonts, colors, size, and other appearance features of the calendar as a whole
|
- Formatting Calendar Elements Using Styles
- Gives directions for customizing the look of specific areas of the calendar, such as today’s date, weekend days, and the title bar
|
- Controlling User Date Selection
- Gives directions for specifying whether users can select a day, a week, or the entire month
|
- Controlling Month Navigation
- Gives directions for specifying whether users can move from month to month
|
- Customizing Individual Days
- Gives directions for changing the content or look of individual days programmtically, for example, by creating appointment information
|
- Displaying Dates from a Database in a Calendar Control
- Driving calendar information from a database.
|
- Responding to Date Selection
- Gives directions for running code in response to the user selecting one or more dates
|
- Setting Today’s Date Programmatically
- Gives directions for adjusting the current date to accommodate different timezones on the server and client
|
- Selecting Dates Programmatically
- Gives directions for setting and clearing selected dates in code
|