There are a lot of questions similar to this but none dealing with webforms and c# that I have found.
I have Linq-to-SQL, a Vote table where I want to record the vote records(Voteup/down/time/ipaddress/user etc)
Is this the way to do it or is there a better way:
Make updown imgs, hide an id of the object being voted on somewhere in there(where?) when you click an img jquery sends you to an ashx page that returns true if it was able to create the vote record and then set the img's to color/greyscale based on the response of the ashx page?
Bonus points for examples or links to examples =D
PS. I see a lot of views on this in a short amount of time. I will post my final code this evening.