Register  |  Login



Question

Status: Closed Points: 75 Time: 03:33 - Jul 26, 2007  

bc030400030

Require Expressions Validator?

how to make regular expressions for Email text field, phone # text field, only string text field, only numeric field, length between text fields using asp.net 2.0. please gave me the code of regular expressions for each.

Answer Discussion
Answer Summaries

 

Q&A System for Websites and Corporate Collaboration

Advertisement

  • Generates significant organic traffic for websites
  • Saves companies money, resources, and time

nidhi

Date:: Jul 27, 2007

Time:: 11:53

brief visit here so cant elaborate. regex - you can find some examples, of which some should answer yours, here http://dotnet.org.za/trivium/archive/200...
and here http://www.codeproject.com/dotnet/RegexT... (dotnet)

rcastagna

Date:: Aug 21, 2007

Time:: 16:52

You might also check out the regular expression validator itself...it has a couple of "pre-built" formulas built in including an Internet email address, a US phone number and a few others. The other regex you're looking for are fairly simple: alpha only: [A-za-z], numeric only [0-9]. Length limits can be controlled by the text box control itself by setting the MaxLength property and if you want to make sure that the data entered in two fields is identical, you'll need to use the "Compare Validator" rather than a regex validator.

bc030400030

Date:: Aug 21, 2007

Time:: 21:14

thanks

vivekwin09

Date:: Aug 05, 2008

Time:: 08:39

The Regular Expression for email are:- \w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
and also use .*@.*\..*

how to use it given below

<asp:RegularExpressionValidator ID="regExEmail" runat="server" ControlToValidate="txtEmail" Display="Dynamic" ErrorMessage="Please enter a valid Email Address" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"&g
t;
</asp:RegularExpressionValidator>

<asp:RegularExpressionValidator runat="server" ID="rev_email" ControlToValidate="txt_email" ErrorMessage="your entry is not a valid email address" ValidationExpression=".*@.*\..*">
</asp:RegularExpressionValidator>

Question Answered

This question has been closed, and points have been rewarded to the following experts:

nidhi: 25
rcastagna: 50

You're welcome however to comment or give additional information or if you wish, you have the ability to write an Answer Summary for the Summary Area.

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

No summaries have been submitted yet. Want to be the first?

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top asp.net Experts

View More

Rank

Expert

Points

1.

rcastagna

738

2.

PeterNZ

495

3.

nidhi

450

4.

Anpanman

297

5.

multani.sarbjit

215

6.

dustPuppy

75

7.

joxley

50

8.

ozzie

50

9.

Zoush

50

10.

xarcus

30

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es