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
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: 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. 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
Leave a Reply
Want to join the discussion?Feel free to contribute!