asp.net - How validate for domain name of email address -


i have form in user enters email address.i validating through java script.i want validate domain name of email address best way validate domain name of email address in .net ?

best way check domain name in email address use regular expression expression use validation email \w+([-+.']\w+)@\w+([-.]\w+).\w+([-.]\w+)* can edit domain part in expression \w+([-.]\w+)*\


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -