Only numbers in text Box

M

Mariame

Hi All,
i have a text box that is created Programmatically in a table & i want to
allow only numbers in this text box ?????????
Any ideas??????????
Regards
 
M

Mark Rae

i have a text box that is created Programmatically in a table & i want to
allow only numbers in this text box ?????????
Any ideas??????????

Do you mean that you want your page to fail validation at postback if there
are non-numeric characters in the textbox, or do you want to prevent your
users from physically typing in non-numeric characters?

Assuming the former, that's fairly easy with a validator and a regular
expression.

Assuming the latter, you'll have to create a client-side JavaScript function
called by the onmousedown() event of the textbox which disallows non-numeric
characters...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top