Reputation: 250
I was looking for a good rating control [1/2 star] like 0,0.5, 1, 1.5 etc.
I need to get the user rating and need to set the same rating on a different page by using same control.
I am using asp.net 3.5 + ajax, so please help me get a good half star rating control.
thanks.
Upvotes: 1
Views: 915
Reputation: 39453
Unobtrusive AJAX Star Rating Bar supports half rating stars, but is no longer supported
(source: masugadesign.com)
Upvotes: 0
Reputation: 410
For that you should first take half star image in image folder. then according to tag value in rating property you can assign rating.
Upvotes: 2
Reputation: 25359
There's a (server) Rating control in the Ajax Control Tookit:
"The Rating control provides an intuitive rating experience that allows users to select the number of stars that represents their rating. The page designer can specify the initial rating, the maximum rating to allow, the alignment and direction of the stars, and custom styles for the different states a star can have. Rating also supports a ClientCallBack event that allows custom code to run after the user has rated something."
Upvotes: 0