Validating Email
-
Hi, can any one tell me how to check whether an email id entered by a user is a valid one or not. I think it should be done using socket programming. I don't have any idea in socket programming. Kindly help me in solving this problem.
-
Hi, can any one tell me how to check whether an email id entered by a user is a valid one or not. I think it should be done using socket programming. I don't have any idea in socket programming. Kindly help me in solving this problem.
Please use regular Expression.
Continue...
-
Hi, can any one tell me how to check whether an email id entered by a user is a valid one or not. I think it should be done using socket programming. I don't have any idea in socket programming. Kindly help me in solving this problem.
Hi, Email validation means not using Validation Controls in ASP.NET. I want to check whether the domain and that emailid exist or not. Suppose a user has entered an email like asd@yahoo.com In that I want to check whether that domain exist or not. Afterwards I want to check whether that email exist or not.
-
Hi, Email validation means not using Validation Controls in ASP.NET. I want to check whether the domain and that emailid exist or not. Suppose a user has entered an email like asd@yahoo.com In that I want to check whether that domain exist or not. Afterwards I want to check whether that email exist or not.