To Projects
IT 230 -- Project 3
Online Survey I
- Create an ASP.Net page (.aspx extension) that inputs user
input for an online survey:
- Include a title and heading describing the purpose of the page.
- Include a document-level or external style for your page.
- Include demographic information on your survey, such as
ID number, gender, income, zip code.
- Include at least five questions on your survey.
- Use (at least) the following controls: Label, Literal,
TextBox, DropDownMenu, RadioButton, Submit Button.
- After the user has entered the user data and clicked the
submit button, the following information should be posted to the bottom of
the page in a literal control:
 
- Thankyou for taking the survey.
- Demographic information
- Survey answer for each question
- For Project 4, Online Survey II, the information in Point 4 will
be entered in a text file on the server instead of on the bottom of the
page.
- Update your index page to include Project 3.
- Grading breakdown:
Functionality (does it work?) 70%;
Styles and Layout 15%;
Content of survey 15%