Mohit
Mohit

Reputation: 250

good rating control?

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

Answers (4)

Eduardo Molteni
Eduardo Molteni

Reputation: 39453

Unobtrusive AJAX Star Rating Bar supports half rating stars, but is no longer supported

alt text
(source: masugadesign.com)

Upvotes: 0

Jay Magwadiya
Jay Magwadiya

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

Dan Diplo
Dan Diplo

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

Narayan
Narayan

Reputation: 6261

Try fyneworks

Google codes Jquery plugin

I have implemented the latter in one clients requirement, its easy to implement =]

Upvotes: 0

Related Questions