Question: In Visual Basic 2017 From a web application, the user should enter her name, email address, the phone platform (using a DropDownList object with two
In Visual Basic 2017 From a web application, the user should enter her name, email address, the phone platform (using a DropDownList object with two options), and a problem description in a large TextBox object to create a repair order. 1. The user must be able to enter information about the requested phone repair on a web form. The user will enter her first and last names, email address, phone number, the phone platform (using a DropDownList object with the choices of Android or iOS), and a problem description in a large TextBox object to create a repair order. 2. After the information is entered, the user can click the Submit button.
3. The information entered is validated.
4. The application displays a repair order with the cost of the repair.
Notes and Restrictions: 1. Data validation tools should be used. The first and last name text boxes are validated to confirm that they are not left blank. 2. The email address is checked to verify that it conforms to the proper email format.
3. The phone number is checked to verify that it conforms to a U.S. phone number.
4. The cost of the Android screen replacement is $79.99 and the iOS screen replacement is $99.99.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
