JavaScript Editor
JavaScript Debugger|
| ||
You use the Calendar class to display a single-month calendar that allows the user to select dates and move to the next or previous month. Here is the inheritance diagram for this class:
Object
Control
WebControl
Calendar
You can find the notable public properties of Calendar objects in Table 18.12, and their notable public events in Table 18.13. (This class has no non-inherited methods.) Note that as with other Web server controls, I am not listing the notable properties, methods, and events this class inherits from the Control and WebControl classes-you can find them in Chapter 15, Tables 15.1 to 15.5.
|
Event |
Means |
|---|---|
|
DayRender |
Occurs when each day is displayed. |
|
SelectionChanged |
Occurs when the user selects a date. |
|
VisibleMonthChanged |
Occurs when the user moves to a different month from the one currently displayed. |
|
| ||
Free JavaScript Editor
JavaScript Editor