Hi all, I'm quite new to this:
I have created a simple form which contains a textbox and button and basically when the email address entered is correct, some results are shown below (this is using a gridview control).
What I am wanting to do is have some sort of email validation for the form - but have the validation placed within the page_load (within the button click) rather than the code behind the page itself. I'm after a simple validation that checks an email has been entered otherwise display a popup and the email format is correct ([email protected]) in C#