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

    In this step, you will add a C1DialogExtender control to associate with the Panel  to create the dialog box.

    1. In Design view, select the Panel, click the smart tag, and select Add Extender from the Panel Tasks menu.
    2. In the Extender Wizard, select C1DialogExtender and click OK. The TargetControlID is automatically set to Panel1.

    <cc1:C1DialogExtender ID="Panel1_C1DialogExtender" runat="server"

            TargetControlID="Panel1">

        </cc1:C1DialogExtender>

    Now you can begin setting properties for the C1DialogExtender to format the dialog box.