|
This ASP.NET code validates any input string that was an email address or not.
This ASP.NET code validates any input string that was an email address or not. First script checkes all charcters are alphanumeric values such as (a-z,A-Z), numbers (0-9), hyphens (-), underscore (_) and periods (.). Our first rule is to check any un-allowed characters exists. Second step to search an @ sign.
Site owner: Put the rating form on your site!
Listing wrong or need to be updated? Modify it.
|