Link to home
Start Free TrialLog in
Avatar of jamesdean666
jamesdean666

asked on

JQuery Validation

I have an asp:text box (txtUnitMinutes) in a gridview.  I need to create the following validations using JQuery.  I did not see a zone for this, so I have placed it in Javascript.

The text box should only allow the String of 'N/A' ... OR
The text box should allow any number up to five digits
ASKER CERTIFIED SOLUTION
Avatar of chaitu chaitu
chaitu chaitu
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jamesdean666
jamesdean666

ASKER

YAHTZEEEEE!  Thanks, that works great