can any body create a this type opf rating control using vb.net ajaxco开发者_StackOverflow社区ntrol toolkit with mssql2005 and with retriction of one vote per person ... ?
if 10 people voted for the service using rating star then the average would be displayed in rating control..
I can tell you a very simple way that you can do it.
Render the stars, and the bar rating on a content div set, base on the content overlay with css that you can find here : http://snook.ca/archives/html_and_css/content_overlay_css/
Now the bars are hidden and when the user moves the mouse over the rating the bars are visible.
Its really very simple and the only think that takes your time to develop it the stars and the bars.
See this final example of how you can have the div with the bars hidden and open it on mouse over. http://snook.ca/testing/anton-test.html
With a little manipulation on the css you can make it as you like.
精彩评论