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

    In this step, you will add a C1TabsExtender control to associate with the panel and create tabs.

    1. Drag a C1TabsExtender control to the form from the Visual Studio Toolbox.
    2. Set the TargetControlID property to Panel1.

    <cc1:C1TabsExtender ID="Panel1_C1TabsExtender" runat="server"

            TargetControlID="Panel1">

    </cc1:C1TabsExtender>

    Now set some properties to customize the tabs.