E endri81 Registered User. Local time Today, 05:53 Joined Jul 5, 2010 Messages 121 Oct 29, 2010 #1 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
boblarson Smeghead Local time Today, 05:53 Joined Jan 12, 2001 Messages 32,059 Oct 29, 2010 #2 endri81 said: How to make textbox accept only numbers (10 of them) and not characters. I have some register code to enter like 4565434530 Thx Click to expand... input mask of 0000000000 that will require all 10 to be filled out.
endri81 said: How to make textbox accept only numbers (10 of them) and not characters. I have some register code to enter like 4565434530 Thx Click to expand... input mask of 0000000000 that will require all 10 to be filled out.