Validate text box

G

Guest

I have a text box. It's input should be integer. I want to validate this
text box so that it's value should be integer. What validation control
shouuld I use.

Thanks
 
G

Guest

Hi Bobby,

You can use required field validatior
and
a compare validator in this case
and set controltovalidate = yourtextboxname
type=integer
operator=datetypecheck for comparevalidator
 

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

Top