[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

radhakrishnan

2/5/2004 2:52:00 PM

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


1 Answer

David Coe

2/7/2004 6:11:00 AM

0

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.