Dear all,
I am looking for a regular expression validator which should accept 2 decimal numbers. i want the system to accept numbers like 89.98, 12.32,102.98 etc... i mean with 2 precision..
I have following one but the problem with it is if i put 100. ,its not showing me the error message.. what could be the problem?
ValidationExpression="^\d+\.\d{0,2}$"
Thanks
nick
Go to the complete details ...