Asp Control ASP.Net

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


Formatting Date Sections 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"
    todaydaystyle-Font-Bold="True"
    todaydaystyle-backcolor="Yellow"
    selecteddayStyle-backcolor="#ffcc66"
    selecteddayStyle-font-bold="True"
    weekenddaystyle-font-italic="True"
    weekenddaystyle-forecolor="Red"
    othermonthdaystyle-font-italic="True"
    othermonthdaystyle-backcolor="white"
    othermonthdaystyle-forecolor="gray"
/>