Im using a regular expression validator to validate an email address that is entered into a textbox. When I click on the textbox a line appears at the bottom of the textbox. How can I stop this line from appearing?
Im using a regular expression validator to validate an email address that is entered
Share
It was caused by a masked edit validator. Once I removed, and used a regex validator instead, all works well.