Text Box

endri81

Registered User.
Local time
Yesterday, 18:01
Joined
Jul 5, 2010
Messages
121
Hi
How to limit text box to enter only 10 digit number?
Regards
 
Using an Input Mask of 0000000000 will force users to always enter 10 digits.

Linq ;0)>
 
Thank you.
Anyway I need the max number of digits to be 10 but it can be even 9 ,8 etc.
How to make this data validation?
Regards
 

Users who are viewing this thread

Back
Top Bottom