Validating text boxes

  • Thread starter Thread starter Rajesh
  • Start date Start date
R

Rajesh

I have bunch of textboxs in a form.Now i want ot validate these
textboxes.These textboxes i am entering string as well as numeric
values.How can i validate string and numeric values?

Thanks for your any advice.
 
Rajesh,

In a textbox it is only possible to enter a string, even if this are numeric
values.

You should validate every textbox accoording the rules that are in it.

If a textbox is bounded to whatever object, than you can do that as well
conform the rules that you have made in the class for that object (in the
properties).

I hope this helps so far.

Cor
 

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

Back
Top