ASP.NET Calendar - Tutorial - Month selector

You may enable a div based or a drop down box with a list of months by setting ShowMonthSelector to true.

By default, the month selector is not shown.

 
January
February
March
April
May
June
July
August
September
October
November
December
 
<obout:Calendar runat="server"
     ShowMonthSelector="true"
     MonthSelectorType="HtmlList"
</obout:Calendar>
<obout:Calendar runat="server"
     ShowMonthSelector="true"
     MonthSelectorType="DropDownList"
</obout:Calendar>