Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone know whether there is a 5-star rating control for asp.net mvc?

Tags:

asp.net-mvc

I require a star rating control (which allows partial rating like 4.5) for my application built on asp.net mvc.

Any pointers in this direction will be helpful?

like image 568
rajesh pillai Avatar asked Dec 01 '08 14:12

rajesh pillai


2 Answers

Rogie, over at Komodomedia, has spent far too long on this topic writing 3 articles on the topic.

Just in case anyone got lost in the link-soup this is the latest.

It's not MVC specific, but it is cross browser and allows you to get the value back via postback or ajax.

like image 170
graham.reeds Avatar answered Sep 27 '22 22:09

graham.reeds


Meanwhile I found this link with example in asp.net. http://beckelman.net/post/2008/08/30/Survey-Using-jQuery-Star-Rating-Widget.aspx

This is pretty helpful.

Thanks everyone for the help.

like image 23
rajesh pillai Avatar answered Sep 27 '22 23:09

rajesh pillai