hi i am trying to change the color of selected date i used the following code but it is not working
<asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="Black"
OnDayRender="Calendar1_DayRender" Width="300px" DayNameFormat="Shortest" Font-Names="Times New Roman"
Font-Size="10pt" ForeColor="Black" Height="220px" NextPrevFormat="FullMonth"
TitleFormat="Month">
<SelectorStyle BackColor="#CCCCCC" Font-Bold="True" Font-Names="Verdana" Font-Size="8pt"
ForeColor="#333333" Width="1%" />
<TodayDayStyle BackColor="#CCCC99" />
<OtherMonthDayStyle ForeColor="#999999" />
<DayStyle Width="14%" />
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC" />
<SelectedDayStyle BackColor="#CC3399" BorderColor="#FF0066" />
<DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Height="10pt" Font-Size="7pt"
ForeColor="#333333" />
<TitleStyle BackColor="Black" Font-Bold="True" Font-Size="13pt" ForeColor="White"
Height="14pt" />
</asp:Calendar>
when clicking the date noting is displaying