ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1PagerExtender / C1PagerExtender Tutorial / Step 1 of 3: Adding a Page Extender to the Project
In This Topic
    Step 1 of 3: Adding a Page Extender to the Project
    In This Topic

    In this topic you will associate the C1PagerExtender with a Panel control to create a paging navigation system.

    1. In your Web application, add a standard Panel control to the main content of  your page.
    2. In Source view, drag a C1PagerExtender control to the page.
    3. Select the C1PagerExtender markup, and in the Visual Studio Properties window, set the TargetControlID property to Panel1. The markup will look like this:

    <asp:Panel ID="Panel1" runat="server">

    </asp:Panel>

        <cc1:C1PagerExtender ID="Panel1_C1PagerExtender" runat="server"

            TargetControlID="Panel1">

        </cc1:C1PagerExtender>

    Now you can begin setting properties for the C1PagerExtender.