————————————– C# PRODUCTS ————————————– ———————————— Project Description â

How To Create Login And Register Form With MySQL DataBase In C#

submited by
Style Pass
2021-05-27 13:53:43

————————————– C# PRODUCTS ————————————–

———————————— Project Description ————————————

What We Will Use To Build This Project ? : – Csharp Programming Language. – Visual Studio IDE. – XAMPP Server. – MySQL Database. – PhpMyAdmin. – canva.com

What We Are Gonna Do In This Project: – design the Login And Signup Forms With Panels, Labels, TextBoxes and Panels. – navigate between login form and signup form using a label. – create a placeholder text in the textboxes – create a connection between Our C# Application and MySQL Database. – create a Button To login, and Another Button to create a new account. – create a mysql database to store the users data. – make a validation if: – the textboxes are empty. – the username already exists. – the confirmation password doesn’t equals the password.

C# Controls We Will Use In This Project: – Windows Form – Panel – TextBox. – Button. – Label. – PictureBox.

Leave a Comment