i want to validate the email address, when the users enter the email id in the text box, it validates at run time that the entered email is correct....or not??
how can i do this..??
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Oct 1, 2010, 2:11 AM
or javascript way..
On Page Load
Button1.Attributes.Add("onclick", "javascript:return ValidateForm();")