RegularExpressionValidator syntax

  • Thread starter Thread starter Hoang Duc Chau
  • Start date Start date
H

Hoang Duc Chau

Hi all,

In my aspnet form, i design a textbox are only accept 0; 5; or 10 value. i
place a RegularExpressionValidator control to validate it, but it not run.

Any one please show me that ValidationExpesstion?

thank for your help!
 
Hoang Duc Chau said:
Hi all,

In my aspnet form, i design a textbox are only accept 0; 5; or 10
value. i place a RegularExpressionValidator control to validate it,
but it not run.

Any one please show me that ValidationExpesstion?

thank for your help!

Try Regulator: https://sourceforge.net/projects/regulator/ ! It's a very
useful tool to build and check your regular expression
 
Back
Top