User Fields validation ???

  • Thread starter Thread starter serge calderara
  • Start date Start date
S

serge calderara

Dear all,

Does one of you knows an easy way to set for an input
control like text box, a list of invalid characters.
Then if type charecters belonmg to that list will generate
a user message.

thanks for your help
regards
Serge
 
You didn't indicate which platform you're targeting,
however, if it's ASP.NET you can use the
RegularExpressionValidator control. The list of regular
expressions is not in the help for the control so you've
got to search MSDN for that - there's alot of them for
specifying every kind of character/number mask under the
sun.

Good luck.
 
oups sorry it was for vb.net
-----Original Message-----
You didn't indicate which platform you're targeting,
however, if it's ASP.NET you can use the
RegularExpressionValidator control. The list of regular
expressions is not in the help for the control so you've
got to search MSDN for that - there's alot of them for
specifying every kind of character/number mask under the
sun.

Good luck.

.
 
Back
Top