Click here to Skip to main content
15,886,873 members

Comments by Mohamed Karfaa (Top 1 by date)

Mohamed Karfaa 11-Jul-11 7:54am View    
Deleted
I am really happy about your subject. on other hand, to use Regex statements you should use "using System.Text.RegularExpressions;". Also, you should test the maximum number of the password to avoid over-loading database "password field" like using similar code to minimum_length "if (Password.Length > Maximum_Length) return false;" .