Friday, April 17, 2009

Cross-browser javascript & asp.net(C#) email address validation

Email address validation is a most common scenario for a developer. It will be the best if we can use javascript validation along with server side validation since user may off javascript from browser settings. The following example shows how you can validate an email address for a form. The script is cross browser compatible (works for all browsers such as IE, Firefox, Opera).Javascript email

No comments:

Post a Comment