Rating
Controls Suite 4.5 |
| Overview |
| Features |
| Reference Book |
| Live Demos |
| | Segments |
| | Orientation |
| | Direction |
| | Skins |
| | Precise Customization |
| | Template |
| | Setting a value |
| | Client-side event |
| | CallBack (AJAX) |
| | PostBack |
| | Application scenarios |
| | | Rate an article |
| | | Progress Bar |
|
Set value to 2
Set value to 4
This example displays control with default value = 3. To set value on the server side you should use the SetValue() method. Also, you can select required segment by using the Segment.selected property.
To set value on the client side, click on any segment. The rt.SetValue(RatingID,Value); procedure is used to set value from the client-side code (JavaScript).
|