Really simple scenario: Validate if the text input conforms to an email address. There is a simple and straightforward way of achieving this via the asp : RegularExpressionValidator. However, I am the type of programmer who sometimes who wants a more...