Is it possible to put Number validation in required field validator in asp.net text box?
Maybe you can use a RangeValidator attached to that textbox, setting Type to Integer or wathever.
RangeValidator class on MSDN