Login Example in C#

Description
This program illustrates on how to create log in form using C# and MSAccess database.
Features
  • It is capable of connecting c# program to ms access database 
  • It is capable of retrieving user account from the database 
  • It is capable of validating user account 
How it works?
  1. Design a user interface(see figure 1) 
  2. Design a database that contains user name, password and name. 
  3. Import OLEDB library (put it on the top of the code window) 
  4. Make a connection 
  5. Make a program statement for retrieving and evaluating user account (you can download and study the source code)
Screenshot

Programming Language: C#
Database: MS Access
Click Contact Us to request source code