Hai, we need Regular expression which allows only alpha numeric and - _ ( ) symbols only. I need modification to this ValidationExpression="^([a-zA-Z0-9_\s\-]*)$" to allow symbols ( ) Thank u, Indu ...