I need to validate
that a username
and password
is in the right format. In my case 6-14 letters\digits or '*'. Since the rules
may change I want to use something that is easy to maintain.
I have looked online on the explanation about CRegularExpressionValidator
but I just don't get it.
Can someone please tell me what exactly I should do? or even just give me a link to a simple example that cover all the steps
Thank you