Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A good UI design for rating in .Net

im trying to add a "rating" system to an existing form (i.e 1 star, 2 Star or poor, average,good,excellent etc). Does anyone know of a way to achieve this that is aesthetically pleasing with good UX either in .Net or a free 3rd party control?

Thanks

like image 214
Ben Avatar asked Nov 15 '22 11:11

Ben


1 Answers

Check the ASP.NET Ajax control:

http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Rating/Rating.aspx

like image 146
Luis Avatar answered Dec 13 '22 22:12

Luis