AuthorQuestion
validation program
Posted on: 17 Dec 2012
hi i am new to .net
please can anyone give me the code for
password validation check valid length, not in sequencing alphabet, include digit or special char
eg:password should be 6 char or more
should not contain sequencing char(pp,qq,nn not valid)
should include digit or special char

please give me code please please help me out


[ + ]
AuthorReply
Re: validation program
Posted on: 17 Dec 2012  
Re: validation program
Posted on: 17 Dec 2012  
http://www.aspsnippets.com/Articles/ASP.Net-Regular-Expression-Validator-to-validate-Minimum-and-Maximum-Text-Length.aspx, http://passwordadvisor.com/CodeAspNet.aspx
If this post helps you mark it as answer
Thanks