Click here to Skip to main content
15,891,744 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What is the syntax for making a username and password in vb.net and will validate it against the table in database (MSsql). If password match the records in the table then user can log into the system and if not,. program will end.
Posted
Comments
Thanks7872 7-Oct-13 8:30am    
Not a question at all. syntax for making a username and password? I think you need to refer to one of the links in here

VB.NET Login Page using SQL Server

1 solution

The best approach is to follow this guide: Introduction to Membership[^]
It will add other features you will probably need and guide you through the user ID system.

You can extend it by writing a Custom MembershipProvider[^] if you really want to use your own DB, but then I would suggest you read this first: Password Storage: How to do it.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900