Question: C# Summary: Forms and Classes, Enumerations Create a user registration system. It will need to contain the fields as shown in the screen shot. Form

C#

Summary: Forms and Classes, Enumerations Create a user registration system. It will need to contain the fields as shown in the screen shot. Form controls that the code will interact with need to have their names changed to something more meaningful. Do not leave textbox1 as textbox1.

The password and confirm password fields need to be matched against each other, both when the page is submitted and also when the confirm password field has lost focus. If the form is not valid then the page will not be processed as described below. The password fields need to mask the password. The major is a combo box (DropDownList style) that will contain a list of majors (at least 5) of your choosing. Based upon the major selected you'll populate the items in the specialty drop down list below the major, for the user to select from those items. Once the form is succesfully submitted we'll use the values in the form to create a user object. The user object will be composed of private data members plus properties, all the fields will be strings, with the exception of the major, which will be an enumeration. The clear button will reset the form to its initial empty state. The load last button will repopulate the form with the last user object that was created, if no user object has been created, show a MessageBox with an error message indicating there is no data to load.C# Summary: Forms and Classes, Enumerations Create a user registration system. It

Use rRegist ration RVINE VALLEY COLLEGE First Name Glenn Last Name Cuevas Username: myuser Password:E Conf. Pass:RERCA Major: Specialty Statistical Clear Submit Load Last

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!