After the user has entered the user data and clicked the submit button, a message similar to Thankyou for taking the survey. The date from the survey page can be posted back to the same page or to another page. Don't echo the demographic data and survey results back to a literal control.
Your submission form must contain at least one validation control.
The file where the results are recorded should be
located in the Database folder:
http://ectweb2.cs.depaul.edu\username\Database\filename.txt
Use this path to access your file in C#: as
e:\ectserver\username\Database\filename.txt
in your C# source code.
Provide a URL to this file when you submit your Project Proj4.
As usual, submit a zip file with your source code.