Rangevalidator not working

  • Thread starter Thread starter cashdeskmac
  • Start date Start date
C

cashdeskmac

Hi,

I have a rangevalidator with the type set to Double. When I enter a value
of 12 into a textbox it validates it, but when I enter 12.99 it says the
value is invalid. I tried setting the maximum value to 23.59 and the minimum
value to zero and it threw an error, saying 23.59 cannot be converted to type
Double.

Does anyone know what may be causing this?
 
More information: It validates properly on my development laptop (accepts
12.99 with no problems). It is only now that it has gone live that the
problems have appeared.
 
More information: It validates properly on my development laptop (accepts
12.99 with no problems). It is only now that it has gone live that the
problems have appeared.
 
Back
Top