RSS
people

Asp.Net AJAX Poll using JQuery – A complete implementation with Admin part

In this blog post am going to explain how to develop an Asp.Net AJAX poll system using JQuery, which allows users to express there opinion and see the results. The system will have a back-end (admin part) to add and manage polls.

Click here to see the DEMO and DOWNLOAD the source

Asp.Net AJAX Poll Admin

  1. Create a new Poll with unlimited number of Choices
  2. Configure how to block repeated voting. (By IP address or Cookie)
  3. Activate/Deactivate Polls
  4. Edit/Delete existing poll

Asp.Net AJAX Poll User side

  1. Display an active poll randomly or by using the Poll ID (This is just for demo purpose you can change the logic as you wanted)
  2. Allow the user to vote and display the result without refreshing the whole page

READ MORE »

49 Comments | Tags: , ,