Click here to Skip to main content
15,749,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir,
I wanna validate password in loginform.
how can i do?
Posted
Comments
[no name] 4-Jul-12 11:06am    
Compare the user entered password with the password you stored somewhere. More we cannot say because you have not posted any relevant information about what you are trying to do.

Also you can use RegularExpressionValidator.
RegularExpressionValidator Control (General Reference)
 
Share this answer
 
you can perform two type of validation. first one is client side validation that you can do with javascript, and second one is server side validation in this validation you store your password in database and match it with password provided by user.
 
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