Calendar Control: nextprevformat (VB.net)
<%@ Page Language=VB Debug=true %> <HTML> <HEAD> <TITLE>Creating a Basic Calendar Control</TITLE> </HEAD> <BODY LEFTMARGIN="40"> <form runat="server"> Select a Date <BR><BR> <asp:Calendar id="Mycal" runat="server" cellpadding="3" cellspacing="3" daynameformat="Short" firstdayofweek="Monday" nextprevformat="FullMonth" titleformat="MonthYear" font-name="Tahoma" font-size="12" backcolor="ivory" /> </form> </BODY> </HTML>