AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Develop Poll Application in ASP.NET 2.0 : Bipin Joshi

Monday, January 05 2009

Many portals collect user opinion by conducting polls. This sample application developed in ASP.NET 2.0 will show how to develop such an application. The administrator can manage poll questions using a web page (PollManager.aspx). The administrator can specify the start and end dates for which the poll remains active. The poll question along with voting options (Yes, No, Don't Know) are displayed to the end user (Default.aspx). The interesting part of the application is the graphical display of the poll results. The code uses System.Drawing classes to render bar graphs. The application uses SQL Server Express database to store the data....

Read More:
Develop Poll Application in ASP.NET 2.0 : Bipin Joshi
Also See:
Secure Your Site : Steve C. Orr
ASP.NET Membership : Swanand Mokashi
Relative paths in master pages : Swanand Mokashi
ASP.NET Wizards and Session Variables : Craig Bowes
Restart ASP.NET apps Programmatically, Log Application_End Events, and use Web Management logging : Peter A Bromberg

Post your comment

Comment