Asp Control ASP.Net

<%@ Page Language=VB Debug=true %>




Formatting the Header Styles in a Calendar Control



Select a Date



    id="Mycal" 
    runat="server"
    cellpadding="3"
    cellspacing="3"
    daynameformat="Short"
    firstdayofweek="Default"
    nextprevformat="FullMonth"
    titleformat="MonthYear"
    font-name="Tahoma"
    font-size="12"
    backcolor="ivory"
    dayheaderstyle-font-bold="True"
    dayheaderstyle-font-italic="True"
    dayheaderstyle-forecolor="DarkBlue"    
    titlestyle-backcolor="#3366ff"
    titlestyle-forecolor="white"
    titlestyle-font-bold="True"
    nextprevstyle-font-italic="True"
    nextprevstyle-backcolor="Yellow"
/>