ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1Carousel Extender / C1Carousel Extender Tutorial / Step 2 of 4: Adding the C1Carousel Extender to the Page
In This Topic
    Step 2 of 4: Adding the C1Carousel Extender to the Page
    In This Topic

    In this step, you will add a C1CarouselExtender control to associate with the Panel to create the carousel.

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

    <cc1:C1CarouselExtender ID="Panel1_C1CarouselExtender" runat="server" Display="1" TargetControlID="Panel1">

        </cc1:C1CarouselExtender>

     Now you can begin setting properties for the C1CarouselExtender to format the carousel.