Calendar Control - Highlightlng Dates

Seegioubbor

New Member
Hi,<BR> I am using the calendar control to set reminders, I like to highlight (change the backcolor of cells) the days that have been selected by the user.<BR><BR>How do I do that?<BR><BR>CheersIf you are referring to the .net rich controls calendar... to set the color of the selected date background use <BR><BR>selecteddaystyle-backcolor = "White" (or whatever color)<BR><BR>in the property list for the control:<BR><BR><asp:Calendar id= "EventCalendar" runat ="server" width ="200" border = "1" bordercolor="#808080" selecteddaystyle-backcolor = "White"/><BR><BR>
 
Back
Top