How to: Add and Configure a Calendar Control
Use the Calendar control to display dates and give your users date-picking functionality.
To add a Calendar control to an ASP.NET mobile Web Forms page
Drag a Calendar control from the Mobile Web Forms tab of the Toolbox onto a Form or Panel control, or inside a control's template on a ASP.NET mobile Web page. You can also drag it onto a mobile user control page.
If needed, change the following property values:
Select false for the ShowDayHeader property if you do not want to show the days of the week.
Select a different day of the week for the FirstDayOfWeek property if you do not want the default, which is Sunday.
Use the SelectionMode property to specify whether the user can select a single day, a week, or an entire month.
Use the SelectedDate property to define the default selected date when the SelectionMode property is set to single-day selection.
Select a date for the VisibleDate property to display a particular month on the calendar.
Change the appearance of the calendar by changing properties such as ForeColor and Font.
Note:Not all display devices implement font and color properties.