|
-
Mar 24th, 2008, 10:24 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Field Validators
Which validator would I use to make sure a control (textbox) has between 3 and 8 characters?
-
Mar 25th, 2008, 03:12 AM
#2
Re: Field Validators
RegularExpression - ^.{3,8}$
-
Mar 25th, 2008, 05:21 AM
#3
Thread Starter
Addicted Member
Re: Field Validators
Very cool!! Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|