Quick Customization
Easily configure WebRating to your precise preferences in less than a minute through
the MinimumValue, MaximumValue, Value,
and ItemCount properties. Set the total number of available stars
with ItemCount, and the low and high rating values with MinimumValue
and MaximumValue. The user rating is returned in the Value
property.
The Power of AutoPostBack
WebRating fully supports client-server communication through the AutoPostBack
property. A client-side OnClick event can be raised just before postback,
allowing you to perform any required client-side processing. Either FullPostBack
or FlyPostBack mode can be selected through the PostBackMode property.