<< Change date using a system calendar  >> Show source code for this site
This example shows how to use a system monthly calendar to change a date and contents of a DailyCalendar.

A DailyCalendar.FirstDate server property was used by a postback.

Select a date from a calendar:
<February 2012>
SuMoTuWeThFrSa
2930311234
567891011
12131415161718
19202122232425
26272829123
45678910

Another solution is using of the set_FirstDate(date) client property to change a date displayed using a callback.

Type correct date and press a button (use following button, not ENTER key):
 

If you would look into a source code for this demo, click on the link.
For demonstration purposes all appointments displayed on a calendar are stored in ASP.NET session objects, so original values are restored immediately after a new session object is created.
A list of appointments and resources is intialized every time a new session is started.