In asp.net, I need to add validator to textbox that forces the input to be numbers

osogovo

New Member
In asp.net, I need to add a validator to a textbox that forces the input to be numbers.Is this built in?I have already added a required field validator to the textbox.
 
Back
Top