Hi folks,
I'm looking to build a relatively simple .NET web site that handles voting with a database back-end, something almost exactly like this site:
Well, it would be simple for you programmer types. I'm a .NET novice, so I'm looking for code snippets to give me some ideas. But most of what I can find is traditional polling code. (Here are 5 questions, answer them and get a graph of the results.)
I want mine to behave very much like that site above:
Basically, the site will present you with a value from the database. You'll vote on it by clicking a radio button, and the form will immediately submit and generate a new value for you to vote on.
Any suggestions for good places to find snippets of code?
Steve
I'm looking to build a relatively simple .NET web site that handles voting with a database back-end, something almost exactly like this site:
Well, it would be simple for you programmer types. I'm a .NET novice, so I'm looking for code snippets to give me some ideas. But most of what I can find is traditional polling code. (Here are 5 questions, answer them and get a graph of the results.)
I want mine to behave very much like that site above:
Basically, the site will present you with a value from the database. You'll vote on it by clicking a radio button, and the form will immediately submit and generate a new value for you to vote on.
Any suggestions for good places to find snippets of code?
Steve