Create an ASP.Net form for an online survey application that stores the data in a database. You must create a page to show the contents stored in the database!
Create the following pages:
1. An .aspx page named index.aspx that accepts the results of an online survey. Use your imagination to create an interesting organization and application form. Include a validator control for each textbox on the form. Include at least one RegularExpressionValidator control. The information must be stored in a database table. Your page should contain at least 8 fields.
Two fields have to be a control other than a textbox (Checkbox, RadioButton etc.)
2. An .aspx page named view-applications.aspx that allows the user to view all the survey result details.
3. Use an external style sheet to style your pages