The following steps shows how to set the MinDate property and the MaxDate property to show a specific range of dates:
In Design View:
In Source View:
To write code in Source View
<cc1:C1Calendar ID="C1Calendar1" runat="server" MaxDate="2012-03-21" MinDate="2012-03-14"> </cc1:C1Calendar>
This topic illustrates the following:
The following calendar displays a specific range of dates from March 14, 2012 to March 21, 2012: