Tag: tricks

When validating textual data on a page, sometimes it is desirable to validate the text numerically instead of textually.  This can include calculations as well as checking that a value is positive, negative, non-zero, or greater than some expected value. In this blog, I’m going to show you how to do a numeric validation in…