(Open in Desktop/Laptop/Big Screen  for better result.)
 Title:  a) Design a login form with the validation.
                b) Design a registration form by using various controls.

 Theory:
   ➤ Steps to create a new visual studio project:

        Step 1: Open the create new project page.


        Step 2: Select a template type.


        Step 3: Configure your project.


       Step 4: If the visual studio development enviroment is already open, you can create a new project by choosing File ➟ New ➟ Project on menu bar or press Ctrl+Shift+N.


         
➤ 
 Explain Controls used in design such as textbox, label, dropdown, listbox etc.(Whichever used):

         → Textbox: It represents a windows text box control.
          Label: It represents a standard windows label.
          Listbox: It represents a windows control to display a list of item.
         → Button: It represents a windows button control.


   Observation / Results:
  
        ➤ Login form:

      
       ➤ Registration form:
 

       Conclusion:
      Uses of visual studio and various controls, what u have learnt with this experiment:

     Accurate coding with visual studio IDE, users               are provided live coding assistance regardless of the             programming language they are utilizing. 

            Quick Debugging
            Rigorous Testing
           → Team Collaboration
            Customization Options.
             
        I have learned how to create login form and registration form using                   various controls in visual studio.