Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Two Way Data Binding

Status
Not open for further replies.

Dude81

Programmer
Mar 16, 2005
7
US
I have windows form TextBox control bound to a business object. Upon initialization it displays the data from the business object in the text box as its bound. But when I update the vale in the text box the respective data member of my business object doesnt get updated.

Any suggestions please?

Thanks
 
Hey !

so the textBox.Text property is bound to the 'name' Property of my propertyBean object.
TextBox1.databindings.add("Text",myProperrtyBean,"name")

-Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top