Validating text boxes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rajesh

    #1

    Validating text boxes

    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.

  • Cor Ligthert [MVP]

    #2
    Re: Validating text boxes

    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


    Comment

    • Rajesh

      #3
      Re: Validating text boxes

      Thanks ....

      Comment

      Working...