ComponentOne Extender Controls for ASP.NET Web Forms
In This Topic
    Step 2 of 4: Adding a C1Accordion Extender to the Page
    In This Topic

    In this step, you will add a C1AccordionExtender control to associate with the panel to create the accordion.

    1. Click the Panel smart tag and select Add Extender from the Panel Tasks menu.
    2.  In the Extender Wizard, select C1AccordionExtender and click OK. A C1AccordionExtender control is added to the page and the TargetControlID is set to Panel1.

    <cc1:C1AccordionExtender ID="Panel1_C1AccordionExtender" runat="server" TargetControlID="Panel1">

        </cc1:C1AccordionExtender>

    In the next step you will set some of the extender properties.