<< 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:
<July 2010>
SuMoTuWeThFrSa
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567

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.