TextBox Binding??

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

    TextBox Binding??

    Hi,

    Which one is more effeciant, binding textbox to a dataset through
    BindingContext property of a form or doing it manually????? (hard
    coding)

    MTIA,
    Grawsha
  • James R. Atherton

    #2
    Re: TextBox Binding??

    I personally choose the hardcoading. I created a class that holds my fields
    as properties, and can easily write the property to a text box or vise
    versa.

    Others may disagree, but I personally like it a little better for data
    validation and formatting.

    "al" <grawsha2000@ya hoo.com> wrote in message
    news:66edfd3c.0 312040431.7186f b23@posting.goo gle.com...[color=blue]
    > Hi,
    >
    > Which one is more effeciant, binding textbox to a dataset through
    > BindingContext property of a form or doing it manually????? (hard
    > coding)
    >
    > MTIA,
    > Grawsha[/color]


    Comment

    Working...