Hi guys,

I have this textbox for email address, I used regular expression to filter the characters the way I want.. However I need to unlimit the characters for further entries of email addresses,.. How could I possibly solve this using RegularExpressionValidator's ValidationExpression property? thanks..