01.
<asp:Calendar ID=
"MyCalendar"
02.
runat=
"server"
AutoPostBack=
"true"
03.
BackColor=
"White"
04.
BorderColor=
"Black"
05.
Font-Names=
"Times New Roman"
06.
Font-Size=
"10pt"
07.
ForeColor=
"Black"
08.
Height=
"220px"
09.
NextPrevFormat=
"FullMonth"
10.
11.
OnSelectionChanged=
"MyCalendar_SelectionChanged"
12.
SelectionMode=
"DayWeek"
13.
Width=
"400px"
DayNameFormat=
"Shortest"
TitleFormat=
"Month"
14.
SelectedDate=
"12/23/2014 08:26:51"
>
15.
<SelectedDayStyle BackColor=
"#CC3333"
ForeColor=
"White"
/>
16.
<OtherMonthDayStyle ForeColor=
"#999999"
/>
17.
<TodayDayStyle BackColor=
"#CCCC99"
/>
18.
<DayStyle Width=
"14%"
/>
19.
<NextPrevStyle
20.
Font-Size=
"8pt"
21.
ForeColor=
"White"
/>
22.
<DayHeaderStyle Font-Bold=
"True"
Font-Size=
"7pt"
BackColor=
"#CCCCCC"
ForeColor=
"#333333"
23.
Height=
"10pt"
/>
24.
<SelectorStyle BackColor=
"#CCCCCC"
Font-Bold=
"True"
Font-Names=
"Verdana"
25.
Font-Size=
"8pt"
ForeColor=
"#333333"
Width=
"1%"
/>
26.
<TitleStyle BackColor=
"Black"
27.
Font-Bold=
"True"
28.
Font-Size=
"13pt"
29.
ForeColor=
"White"
Height=
"14pt"
/>
30.
</asp:Calendar>