Latest web development tutorials

ASP.NET CalendarDay Controls

Web Server Controls Web server control

Definition and Usage

One day CalendarDay control represents calendar control.


Attributes

属性 描述 .NET
Date 该控件的日期变量。 1.0
DayNumberText 日期的日期编号(字符串)。 1.0
IsOtherMonth 规定该日期是否是显示在日历中的月份以外的另一个月份中的日期。 1.0
IsSelectable 规定日期是否可选。 1.0
IsSelected 规定日期是否被选定。 1.0
IsToday 规定日期是否是今天的日期。 1.0
IsWeekend 规定日期是否是星期六或星期日。 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 full description, visit the Web Control Standard Attributes .

Control Standard Properties

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

For a full description, go to Control Standard Attributes .


Web Server Controls Web server control