hello everybody.
I want to create a kind of validation in some textboxes i use in form.
For TxtPhone i want the user allowed to type only 10 numeric characters for example 2105839489 or 6939583952 no alphabetical characters and no panctuation marks
for TxtPostCode i want the user allowed to type only 5 numeric characters like "13463" only numeric not alphabetical characters too and no punctuation marks
For TxtPrice i want the user to have the possibility to type only numeric characters 1346.64 represents currency not punction marks and alphabetical caractes.
Any ideas how to do this?
Thank you all in advanced.
I want to create a kind of validation in some textboxes i use in form.
For TxtPhone i want the user allowed to type only 10 numeric characters for example 2105839489 or 6939583952 no alphabetical characters and no panctuation marks
for TxtPostCode i want the user allowed to type only 5 numeric characters like "13463" only numeric not alphabetical characters too and no punctuation marks
For TxtPrice i want the user to have the possibility to type only numeric characters 1346.64 represents currency not punction marks and alphabetical caractes.
Any ideas how to do this?
Thank you all in advanced.