Hi I am trying to create a gridview in C#, where the candidates name will be displayed from the database. And the column corresponding name will have a button by cliking on which the user can vote for desired candidate. Can somebody tell me how to establish
that button clicking and vote counting functionality.?
(p.s)I have stored Procedures to access and update database
Go to the complete details ...