ASP.NET - poll

Asked By chitra ganapathy on 05-Jul-11 01:21 AM
hi all, i want to create poll given like cricinfo. can u please give an idea.
TSN ... replied to chitra ganapathy on 05-Jul-11 01:26 AM
hi..

look at this links..

http://www.4guysfromrolla.com/articles/082207-1.aspx
http://www.codeproject.com/KB/aspnet/Site_Poll_Control.aspx
Ravi S replied to chitra ganapathy on 05-Jul-11 01:27 AM
HI

refer this links

here are examples

http://www.beansoftware.com/ASP.NET-Tutorials/Poll-Application.aspx

http://www.codeproject.com/KB/aspnet/CreatingPollSystem.aspx
Venkat K replied to chitra ganapathy on 05-Jul-11 01:28 AM
This link explains how to create a usercontrols for poll. You can just drag this and use in your project:
http://www.4guysfromrolla.com/articles/082207-1.aspx

Hope this helps!
TSN ... replied to chitra ganapathy on 05-Jul-11 01:28 AM
hi..

here in the good article which drives you in creatong a pool system...

http://v4.programminghelp.com/syntax/creating-a-web-poll-in-asp-net-4-0-with-vb/


Running this web application now will allow us to submit votes on the poll, and also view the current results:

Success!

Jitendra Faye replied to chitra ganapathy on 05-Jul-11 01:30 AM

First, chose how you will save data from the Pools of your News App.

The best way would be to do that using Databases or using XML files (databases method would be faster).

Therefor, create database tables (probably you will need few tables)-

i.e. tblSurveyCategory, tblSurvey, tblResponses, tblQuestions etc.

Then, you can just create application level interface that will work with these database tables. Probably, the best way would be using AJAX ;).

Some examples:

http://www.asp.net/%28S%28dfjoah55n4ywsy45zregske4%29%29/community/control-gallery/browse.aspx?category=44

http://survey.codeplex.com/

http://aspnet.4guysfromrolla.com/articles/061604-1.aspx

http://www.codeproject.com/Catalogs/3132/Zodiac-NET-ASP-NET-Csharp-Survey-Engine-Web-Questi.aspx (commercial but good to help you understand the logic)

Hope this helps,

Riley K replied to chitra ganapathy on 05-Jul-11 01:52 AM

First, chose how you will save data from the Pools of your News App.

The best way would be to do that using Databases or using XML files (databases method would be faster).

Therefor, create database tables (probably you will need few tables)

Then, you can just create application level interface that will work with these database tables. Probably, the best way would be using AJAX ;).

Some examples:

http://www.asp.net/%28S%28dfjoah55n4ywsy45zregske4%29%29/community/control-gallery/browse.aspx?category=44

http://survey.codeplex.com/

http://aspnet.4guysfromrolla.com/articles/061604-1.aspx

http://www.codeproject.com/Catalogs/3132/Zodiac-NET-ASP-NET-Csharp-Survey-Engine-Web-Questi.aspx




Anoop S replied to chitra ganapathy on 05-Jul-11 01:54 AM
To implement a configurable poll system using ASP.NET, try any of these options -
http://aspnet.4guysfromrolla.com/articles/082207-1.aspx
http://www.beansoftware.com/ASP.NET-Tutorials/Poll-Application.aspx
http://www.codeproject.com/KB/aspnet/Site_Poll_Control.aspx

To generate a popup with the background grayed out with JavaScript, try this code sample - http://javascript.about.com/library/blmodald1.htm?p=1
For a demo, click on the link "modal dialog alert substitute" within the article.

To generate bar charts, you can try one of these free charting tools -
http://www.carlosag.net/Tools/WebChart/
http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx
Ashish Kapoor replied to chitra ganapathy on 05-Jul-11 02:20 AM
http://v4.programminghelp.com/syntax/creating-a-web-poll-in-asp-net-4-0-with-vb/
http://v4.aspnettutorials.com/database/creating-a-voting-poll-with-asp-net-4-0-and-c/
http://www.dataillusion.com/netpolls/

Download the following source codes: