views:

61

answers:

5

Amazon has a star rating system. Other sites use smiley faces that change color when you mouse over them. Does anyone know of an API I can get or a simple way to put this together?

This is an ASP.NET 2010 app.

A: 

i believe you need to look for javascript to solve this...

you can check:

http://speckyboy.com/2010/04/21/15-javascript-and-plugins-and-tutorials-for-adding-ratings/

Andy Lin
A: 

Telerik has a nice one, if you are looking for commercial software (as opposed to free stuff)

Ray
+1  A: 

Have a read of this:

http://imar.spaanjaars.com/410/building-a-simple-rating-control-for-aspnet-20

fredley
+1  A: 

Presuming it is ASP.NET web-forms you could try using the Rating control in the Ajax Control Tookit. Or you could check out Building a Simple Rating Control for ASP.NET 2.0 tutorial which guides you through all the steps. If you'd rather go the jQuery root then there are plugins to do this, though the back-end data capture and storage would be a bit more tricky in web-forms.

Dan Diplo
A: 

There are many Star Rating available as controls. From microsoft or codeProject

or css Jquery etc. try Binging/googling it :-)

Naresh