Click here to Skip to main content
15,921,716 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi,

Please Help me
When I button click
How to insert rating using stars into database in asp.net using Entity Framework.


Thank you.
Posted
Updated 2-Jun-14 20:58pm
v2
Comments
ZurdoDev 3-Jun-14 13:18pm    
Where are you stuck?

1 solution

You can't store it as **** but instead you can convert it to number for ex : 2 stars or 2.5 stars and store it to database. While retrieving you can convert those values into stars again.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900