In this topic you add some content to a Panel control and associate a C1CalendarExtender control with it to create a calendar.
1. In your Web application, add a standard Panel control to the main content of your page.
2. Click the Panel smart tag and select Add Extender from the Panel Tasks menu.
3. In the Extender Wizard, select C1CalendarExtender and click OK. A C1CalendarExtender control is added to the page and the TargetControlID is set to Panel1.
<cc1:C1CalendarExtender ID="Panel1_C1CalendarExtender" runat="server"
DisplayDate="11/03/2011 13:17:14" TargetControlID="Panel1">
</cc1:C1CalendarExtender>
In the next step you will set some of the extender properties.