Forms.BindingSource initilzation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sudhivns
    New Member
    • Nov 2007
    • 52

    Forms.BindingSource initilzation

    Hi,

    I have three text boxes binded to Forms.BindingSo urce object.
    Whenever i assign datasource to this object, text propertry of all 3 text boxes text property set to "".
    i.e: Soon after bindingSourceOb j.DataSource = typeof(CLS_X);

    But one of text box should handle the emptry/null string and hence Validating() event handled.

    How to avoid these associated bindings , reseting the text property to "".

    Many Thanks !!!
    VNS
Working...