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 |
|
|
|
This feature allows a custom code (server-side and/or client-side) to run after the user has clicked on any segment (rated something). Please click on any segment to perform asynchronous AJAX call to the server.
To launch and process AJAX calls, we use three steps:
- Set the property AutoCallBackOnSegmentClick = "True".
- Process the data on the server side by using the event-handling method for the OnSegmentClick event.
- Receive the data from the server and process them on the client side by code assigned by the ClientSideAfterCallBack property.
|