I don't get it; this should be simple:
Why does this text box entry:
Foo 2010
Validated by this REGEX:
ValidationExpression="^[a-zA-Z0-9 -_!]+$"
Throw an invalid entry error? It is intended to allow alphamumerics, spaces, dashes, underscores and exclamation marks.
REGEX gives me a headache ...