Allow only numbers in textfield

Hi,

How to avoid entering characters other than numbers in text field?

Regards,
Harish


Try the Client Side Validation

Look at the SSN validation with Regex example

Thank you for your answer.
Now I can achieve this.