ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1RatingExtender / Animating C1RatingExtender
In This Topic
    Animating C1RatingExtender
    In This Topic
    1. Create a new ASP.NET Web application.
    2. Add a standard DropDownList control to the main content of your page.
    3. Click the DropDownList smart tag and choose Add Extender from the DropDownList Tasks menu.
    4. In the Extender Wizard, select the C1RatingExtender from the list and click OK. A C1RatingExtender control is added to the page and the TargetControlID is set to DropDownList1.
    5. Select View | Properties in the Visual Studio menu.
    6. Click the drop-down list at the top of the Properties window and select DropDownList1_C1RatingExtender.
    7. Set the C1RatingExtender.RatingAnimation > Animated property to bounce.
    8. Press F5 to run your application. When you click on the stars to enter a rating, they should bounce before returning the rated value.