I was wondering how i would be able to validate a textbox for the E-MAIL address of a person. For example it cant have anything like "`#[]-=+-></~| etc. it MUST have an @ and a .com or .co.uk at the end of the e-mail.
anyway i was wondering how i would be able to program this when the user types into the textbox they cant put in any of the other symbols?
and IF there is a missing @ or .com then the user should receive an error message telling them to make sure that they put them in.
how would i program that on a button?
thanks