UserControl

R

radhakrishnan

Hello All,

I have usercontrol (basically a textbox).How do you i restict the user to
enter only numeric data

I have tried using javascript but i am geeting object required error

Is there any way to do it?

thanks in advance
radha krishna
 
D

David Coe

Yes. There is a great little control called the RegularExpressionValidator. Set the ValidationExpression property to use the regular expression for numbers (\d*) to validate that the data coming in is only numeric.
 

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,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top