1. Create a Web application that enables the user to enter first name, last name, and e-mail Address. Accept those values and store them in a text file. Add validation controls to all three controls to ensure each has a value

1. Create a Web application that enables the user to enter first name, last name, and e-mail Address. Accept those values and store them in a text file. Add validation controls to all three controls to ensure each has a value before loading it to the file. Confirm that the values are written to the file.