Step 1 of 5: Adding C1Accordion to the Page
In this topic you will add a C1Accordion control to the page.
1. Begin by creating an ASP.NET AJAX-Enabled Web Site. Note that if using Visual Studio 2008, you must add a ScriptManager control to the form. If using Visual Studio 2005, the ScriptManager control is automatically added to the form.
2. While in Design view, navigate to the Visual Studio Toolbox and double-click the C1Accordion control to add it to your form. The C1Accordion control will be made up of C1AccordionPanes.
Note: If the control is not appearing correctly, make sure you have a reference to the C1.Web.UI.Design.2.dll installed with the product in your project.
|