This tutorial will walk you through the steps of binding a C1EventsCalendar control to the EventsCalendarNwind.mdb database, which will be used to populate the control with some sample events and calendars. You will need to configure two AccessDataSource controls; one will map to the C1EventStorage and the other will map to the C1CalendarStorage.
Before you begin, copy the database to the App_Data folder of your project folder.
Start by creating a new Web application or Web site application and adding the EventsCalendarNwind.mdb database to the project. Then add a C1EventsCalendar and two AccessDataSource controls to the page. To do this, follow these steps: