ASP.NET Tutoria...login
ASP.NET Tutorial
author:php.cn  update time:2022-04-11 14:18:18

CalendarDay control


ASP.NET CalendarDay Control


up.gifWeb Server Control

Definition and Usage

CalendarDay Control Representative The day in the calendar control.


Properties

PropertiesDescription.NET
DateThe date variable of this control. 1.0
DayNumberTextThe date number (string) of the date. 1.0
IsOtherMonthSpecifies whether the date is a date in a month other than the month shown in the calendar. 1.0
IsSelectable Specifies whether the date is selectable. 1.0
IsSelected Specifies whether the date is selected. 1.0
IsToday Specifies whether the date is today's date. 1.0
IsWeekend Specifies whether the date is Saturday or Sunday. 1.0

Web control standard properties

AccessKey, Attributes, BackColor, BorderColor, BorderStyle, BorderWidth, CssClass, Enabled , Font, EnableTheming, ForeColor, Height, IsEnabled, SkinID, Style, TabIndex, ToolTip, Width

For a complete description, visit Web Control Standard Properties.

Control standard properties

AppRelativeTemplateSourceDirectory, BindingContainer, ClientID, Controls, EnableTheming, EnableViewState, ID, NamingContainer, Page, Parent, Site, TemplateControl, TemplateSourceDirectory, UniqueID, Visible

For a complete description, please visit Control Standard Properties.


up.gif Web Server Control

php.cn