problem with validation

J

Jeff

hey

asp.net 2.0

I have a textbox on my webpage. This textbox get validated by a
RegularExpressionValidator with this ValidationExpression: \d{3}

I want this textbox to accept numbers with up to 3 digits length, so I guess
\d{3}is wrong.

The users will enter their age into the textbox

Do you have a suggestion for ValidationExpression I should use?

Jeff
 
D

david

I want this textbox to accept numbers with up to 3 digits length,
so I guess \d{3}is wrong.

Do you have a suggestion for ValidationExpression I should use?

\d{0,3}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,280
Latest member
BGBBrock56

Latest Threads

Top