Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
http://megarush.net/5-star-rating-system-with-php-mysql-jquery-and-ajax/

here the code is in php, i want the same functioning in .net, please help
Posted

Hi Monika,

Please have a look at the following link:
http://www.aspsnippets.com/Articles/Using-jQuery-Star-Rating-in-ASPNet.aspx[^]

Hope this helps !! :) :)
 
Share this answer
 
If you will do google, you will find identify any one based on IP is not good idea, in case of your current requirement.

http://en.wikipedia.org/wiki/IP_address

Lets assume you are useing internet in a office. your company has static IP XYX from "internet Service provide". Now every one's ip address will be XYZ on the internet (outside of your office's router).

as per my understanding you can follow 2 approach.

1. if voting is allowed after login. use unique constraint on your there column ( ArticleID,UserID) in table.

2. use MAC address of user, instead of IP address. but remember what happen if 2 or 3 user using same computer?

if any thing needed please feel free to Discourse
 
Share this answer
 
v2
 
Share this answer
 
v2

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