ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1RatingExtender / C1Rating Extender Tutorial / Step 1 of 3: Adding a C1RatingExtender to the Page
In This Topic
    Step 1 of 3: Adding a C1RatingExtender to the Page
    In This Topic
    1. In this topic you add some content to a DropDownList control and associate a C1RatingExtender control with it to create a rating.
    2. In your Web application, add a standard DropDownList control to the main content of  your page.
    3. Click the DropDownList smart tag and select Add Extender from the DropDownList Tasks menu.
    4. In the Extender Wizard, select C1RatingExtender and click OK. A C1RatingExtender control is added to the page and the TargetControlID is set to DropDownList1.

    <cc1:C1RatingExtender ID="DropDownList1_C1RatingExtender" runat="server"

                TargetControlID="DropDownList1">

            </cc1:C1RatingExtender>

    In the next step you will set some of the extender properties.