Saturday, December 3, 2016

Login System With Three Attempts in C# and Microsoft Access

Hi there in this article I would like to share with you the code that is written by a close friend of mine, a fellow software engineer and Expert C# developer Mr. Alfel Benvic G. Go. Thank you very much Sir Bon for sharing your code in your website to share the knowledge to other developers around the world.  

About the code it is written in C# and the backend is Microsoft Access. Why this code is different from other login system is that it disable the account of the user if the user give wrong username and password three times. If the user successfully login for example in the morning our program will greet the user good morning, the same in the afternoon and evening. In addition he also added administration page to enable the disable user account, it can also add, edit, delete and view user account as well.

I hope you will find the work of Mr. Go useful in your learning C# database development.

Add me at Facebook my address is jakerpomperada@gmail.com and jakerpomperada@yahoo.com

My email address are the following jakerpomperada@gmail.com and jakerpomperada@yahoo.com

My mobile number here in the Philippines is 09173084360.







Sample Program Output





No comments:

Post a Comment