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

    In this step, you will add a C1LightBoxExtender control to associate with the Panel.

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

    <cc1:C1LightBoxExtender ID="Panel1_C1LightBoxExtender" runat="server"

            TargetControlID="Panel1" Player="Img">

        </cc1:C1LightBoxExtender>

     Now you can begin setting properties for the C1LightBoxExtender.