Any voting system gui for my project?

Asked By 0 points N/A Posted on -
qa-featured

Hi Experts,

I am looking for a voting system gui for my project. If anyone having voting system gui in hand then just put into dropbox and put the link here. I am currently engaged in a project on gui. Thanks.

Regards,

Deangellopeter

SHARE
Answered By 5 points N/A #160084

Any voting system gui for my project?

qa-featured

Developing a voting system is not that hard in any programming language.  Use the following kind of a interface for submitting votes:

Votes

Then for the visual effects use a below kind of a graph to show the results of the voting process:

Result of voting

If you are using ASP.NET you can use the chart control available in the visual studio tool box and bind the retrieved data source from the database.

Related Questions