See Also: Calendar Members
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Calendar
This is how the calendar can be created and how to setup all styles as css class so yu can finetune the feel and look of the calendar.C# Example
<asp:Calendar runat="server" BorderStyle="double" BorderColor="#E7E5DB" BorderWidth="2" BackColor="#F8F7F4" Font--Size=".9em" Font--Names="Verdana" class="TableThin"> <TodayDayStyle cssclass="calendar_today" /> <OtherMonthDayStyle cssclass="calendar_other"/> <SelectedDayStyle cssclass="calendar_selected" /> <TitleStyle cssclass="calendar_title" /> <NextPrevStyle cssclass="calendar_pager" /> <DayStyle cssclass="calendar_day" /> <SelectorStyle cssclass="calendar_selector"/> <WeekendDayStyle cssclass="calendar_weekend"/> <DayHeaderStyle cssclass="calendar_dayheader"/> </asp:Calendar>
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0