Displays a rating control on a web page that allows users to rate an item with a single mouse click.

For a list of all members of this type, see SlickRater Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         KrispWare.KrispControl
            KrispWare.SlickRater
               KrispWare.AutoSlickRater

public class SlickRater : KrispControl, IPostBackDataHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Use the Slickrater control rather than the AutoSlickRater when you would rather handle the rating data yourself. At a minimum you should assign values to the RatedID, UserRating, and AverageRating properties, as well as handle the OnRatingChanged event.

Requirements

Namespace: KrispWare

Assembly: SlickRater (in SlickRater.dll)

See Also

SlickRater Members | KrispWare Namespace