简体   繁体   中英

RangeValidator Problem in ASP.NET

I was using RangeValidator to validate user input on client side for double values.

One of my user said that when he enters 5E-10, my range validator does not understand that number as a valid double.

What do you suggest me to do?

Thanks, cas

This is a known problem with RangeValidator.

You'll need to use a CustomValidator instead, and manually verify the user's input is within the allowed range - including allowing scientific notation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM