Related Posts Plugin for WordPress, Blogger...

About

Follow Us

Showing posts with label Email validation. Show all posts
Showing posts with label Email validation. Show all posts

Wednesday, 4 March 2015

We can validate Email-ID using ASP.NET regular expression or by using jquery, so that user can enter valid email id. Some by mistake user enter the invalid emalid (Wrong format). We can solve this by providing him proper guideline by using regular expression validation with the help of jquery, which will help user to enter valid Email id.