Step 1 of 3: Adding a C1RatingExtender to the Page
In This Topic
-
In this topic you add some content to a DropDownList control and associate a C1RatingExtender control with it to create a rating.
-
In your Web application, add a standard DropDownList control to the main content of your page.
-
Click the DropDownList smart tag and select Add Extender from the DropDownList Tasks menu.
-
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.