如何在ASP.NET中使用Ajax进行电子邮件ID验证?帮我

问题描述:

如何在ASP.NET中使用Ajax进行电子邮件ID验证.

How to use Ajax in ASP.NET for Email ID validation.

您可以使用正则表达式来验证电子邮件 format .这是有关此的文章.如何查找或验证电子邮件地址.您可以添加正则表达式验证器并设置所需的正则表达式.

You can use regular expression to validate an email format . Here is an article about that. How to Find or Validate an Email Address . You can add a regular expression validator and set the required regular expression.

如果您要验证电子邮件(存在或不存在),则除了发送电子邮件并检查其是否弹回之外,别无其他方法.

If you are looking for validating an email (exist or does not exist) then there is no other way other than sending the email and checking if it bounces back.

此处不是有关.net的文章如果我错了,请解释更多.

Please explain more if I am wrong.