Mar 01 2009
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
- Create a new Poll with unlimited number of Choices
- Configure how to block repeated voting. (By IP address or Cookie)
- Activate/Deactivate Polls
- Edit/Delete existing poll
Asp.Net AJAX Poll User side
- 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)
- Allow the user to vote and display the result without refreshing the whole page
49 Comments | Tags: JQuery, Page Methods, Poll






