Related Posts Plugin for WordPress, Blogger...

About

Follow Us

Showing posts with label regular expression. Show all posts
Showing posts with label regular expression. Show all posts

Friday, 6 March 2015

Introduction: Sometime it is required to check the value entered in textbox is string (Alphabets only) or not. In this article i will explain how to check whether entered value is string (Alphabets only)  or not in asp.net using regular expression in both C# and VB languages.
 Sometime it is required to check the value entered in textbox is numeric or not. In this article i will explain how to check whether entered value is numeric/number or not in asp.net using regular expression in both C# and VB languages.

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.