All Tags »
asp.net »
Height
Sorry, but there are no more tags available to filter with.
-
Can someone please help me.
I'm trying to validate height in meters in ASP.NET
- The value must be greater than zero and less than 3.
- It can be an interger or double with 1 or 2 decimals
Thank you!
EDIT
-----------
I'm currently using this:
^\d{1}.\d{2}
It only makes sure a person enters a 2 decimal double, and ...