How to create login Windows Form in c# windows application with database
In this article, I'm gonna share about how to make login and register form with MS SQL database;
1. Flow Chart Logic
1. Create a New Windows Form Application.
2. Add New Database (I have created a database named as MyDatabase.mdf). Add a table (named as tbl_Login). The following is the table schema for creating tbl_Login.
No comments:
Post a Comment