|
-
Sep 16th, 2008, 02:58 PM
#1
Thread Starter
Frenzied Member
[2008] RegularExpressionValidator allows spaces
I understand anything but RequiredFieldValidator will allow nulls BUT if I specify I don't want to allow spaces why does RegularExpressionValidator allow them?!
The expression I'm using is ^\S+$ but it still allows:
' ', ' ', any number of spaces!
This is not a required field.
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
|