ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1RatingExtender / Setting Customized C1RatingExtender Hints
In This Topic
    Setting Customized C1RatingExtender Hints
    In This Topic

    C1RatingExtender allows you to set custom hints that appear when a user hovers over the rating string or array.

    1. Create a new ASP.NET Web application.
    2. Add a standard Panel control to the main content of your page.
    3. Click the Panel smart tag and choose Add Extender from the Panel Tasks menu.
    4. In the Extender Wizard, select the C1RatingExtender and click OK. A C1RatingExtender control is added to the page and the TargetControlID is set to Panel1.
    5. Select View | Properties from the Visual Studio menu and navigate to the C1RatingExtender.Hint property.
    6. In the C1RatingExtender.Hint > Content property, click the ellipsis button to open the String Collection Editor. This is where you will enter the content for your hints.
    7. For this topic, select five words that will serve as your hints, enter them in the String Collection Editor, and click OK.
    8. Press F5 to run your application. Hover over one of the stars to make the hint appear.