hello i am using an email validation, the codes are below
The first validation is obviously to avoid blank submissions and it should be "*" next to the inputtextbox , which works fine .
However i want to make a validation for the email
string also , and i want to give the validation message somewhere else in the page. But the message also appears next to the text box.
How can i make it appear somewhere else in the page?. Thanks