Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Design and develop a single page ASP.NET web application that mimics the functionality of the following website https://houstoncl.hobsonsradius.com/ssc/iform/MfEK4cfEx670x67c020n.ssc University of Houston Clear Lake Thank you
Design and develop a single page ASP.NET web application that mimics the functionality of the following website https://houstoncl.hobsonsradius.com/ssc/iform/MfEK4cfEx670x67c020n.ssc University of Houston Clear Lake Thank you for your interest in the University of Houston-Clear Lake (UHCL). UHCL offers academic programs designed to meet your needs. To process your request for information, please complete the form below The information you provide will be kept confidential and used only to send information to you. * Required Field Parent / Guardian Information Parent First Name Parent Last Name Email Address Parent Cell Phone Mailing Address Mailing Address 2 City State Zip Code Student Information Student will be a: Student First Name Student Last Name Date of Birth mmiddyyyy Student Email Address Submit Cancel By clicking the submit button, I agree that UHCL may email me or contact me regarding educational services by telephone andor text message utilizing automated technology at the telephone numbers) provided above I understand this consent is not required to attend UHCL Here are the specific requirements for the web page design: Make sure you use appropriate server controls and CSS to get the look and feel as close as possible to the given webpage. Make sure you use appropriate validation controls to make sure that the user enters data into all the required fields, and the parent's cell phone# (xxx-xxx- xxxx) and the student's date of birth (mm/dd/yyyy) are entered in valid formats. Use custom validation control to make sure that the student's email address ends with uhcl.edu Create a new folder with name Requests inside your project folder. When the user clicks on Submit button, if all the entered data on the form is valid, then save the data into a text file with name StudentFirstname-StudentLastname StudentDOB.txt inside the Requests folder (for example, if the student's lastname is Smith, firstname is John, and DOB is 01/01/2000, then save the data into a text file with name John-Smith-01012000.txt). When the user clicks on Cancel button, clear all data entered on the webpage Design and develop a single page ASP.NET web application that mimics the functionality of the following website https://houstoncl.hobsonsradius.com/ssc/iform/MfEK4cfEx670x67c020n.ssc University of Houston Clear Lake Thank you for your interest in the University of Houston-Clear Lake (UHCL). UHCL offers academic programs designed to meet your needs. To process your request for information, please complete the form below The information you provide will be kept confidential and used only to send information to you. * Required Field Parent / Guardian Information Parent First Name Parent Last Name Email Address Parent Cell Phone Mailing Address Mailing Address 2 City State Zip Code Student Information Student will be a: Student First Name Student Last Name Date of Birth mmiddyyyy Student Email Address Submit Cancel By clicking the submit button, I agree that UHCL may email me or contact me regarding educational services by telephone andor text message utilizing automated technology at the telephone numbers) provided above I understand this consent is not required to attend UHCL Here are the specific requirements for the web page design: Make sure you use appropriate server controls and CSS to get the look and feel as close as possible to the given webpage. Make sure you use appropriate validation controls to make sure that the user enters data into all the required fields, and the parent's cell phone# (xxx-xxx- xxxx) and the student's date of birth (mm/dd/yyyy) are entered in valid formats. Use custom validation control to make sure that the student's email address ends with uhcl.edu Create a new folder with name Requests inside your project folder. When the user clicks on Submit button, if all the entered data on the form is valid, then save the data into a text file with name StudentFirstname-StudentLastname StudentDOB.txt inside the Requests folder (for example, if the student's lastname is Smith, firstname is John, and DOB is 01/01/2000, then save the data into a text file with name John-Smith-01012000.txt). When the user clicks on Cancel button, clear all data entered on the webpage
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started