Create a Login form using C# .NET Framework
For making a login form using c# .NET Framework you have to be following these steps. 1. First Open a new project using CTRL+SHIFT+N. Then select Visual C# > Windows Form App (.NET Framework) . Rename the project name and location . Then click on OK button. 2. Drag and Drop the Text Field, Label, Button from toolbar. and change the variable name of the components using properties window. 3. Now double click on the Submit button, the code will be auto generate in another page. i changed the Submit button's variable as "submit_btn". 4. Write the following code inside the body of button method. And connection with database. Now run the program and Enjoy.