textbox validation

endri81

Registered User.
Local time
Today, 05:53
Joined
Jul 5, 2010
Messages
121
How to make textbox accept only numbers (10 of them) and not characters.
I have some register code to enter like 4565434530
Thx
 
How to make textbox accept only numbers (10 of them) and not characters.
I have some register code to enter like 4565434530
Thx

input mask of

0000000000

that will require all 10 to be filled out.
 

Users who are viewing this thread

Back
Top Bottom