Click here to Skip to main content
15,905,915 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This is a small problem.Im new to c# so I want to know how to validate a password in a c# login...
Posted
Comments
indrish 9-Oct-11 0:57am    
either you want to match the entered or you want to use validation control.

There is a tip trick explaining this here: Password Storage: How to do it.[^]
 
Share this answer
 
Are you talking about checking the password strength? Here[^] is a good example in that case.
 
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