penConintokeang
New Member
I'm trying to apply a stylesheet to a calendar control. I've got it working just fine for the calendar itself, the days and the next and previous indicators. However, it seems to be ignored by the titlestyle. Is this a known bug or am I doing something wrong??<BR><BR> <asp:calendar id="calendar1" runat="server"<BR> showgridlines="true" cssclass="calendardates"<BR> OnSelectionChanged="Calendar1_SelectionChanged"<BR> OnDayRender="Calendar1_DayRender" SelectionMode="Day" ><BR> <titlestyle cssclass="calmonth" /><BR> <dayheaderstyle cssclass="calendardays" /><BR> <NextPrevStyle cssclass="calendarnextprev" /><BR> </asp:calendar><BR>