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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Databinding problem

Status
Not open for further replies.

eward1

Programmer
Feb 24, 2003
18
US
I have dropped back to a very simple App to check this problem.
I have an App running on 2 computers. Each has a single form. That form has 1 textbox and one Button.
I have one DataTable on each machine. That datatable has only 1 record. I have the textbox bound to one field in my datatable.
When I click the button, I send the data from the textbox to the datatable on the other computer.

Here is the problem:
On computer 1 I change text in the textbox and click the button. the textbox on computer 2 immediately shows my change. I can continue to do this over and over, and my changes always show on computer 2.
Then I type something in the textbox on computer 2 and click his button. THE DATA DOES NOT SHOW IN Computer 1's TEXTBOX???
I know the DataTable on computer 1 has the new data, because I can see it with a debug.writeline (and a few other methods) but it is as if the databinding to the control on computer 1 has been disconnected. From this point, even if I change text on computer 1 it doesn't get to computer 2.
I hope I've given you enought info without putting you to sleep, but this seems as stright forward as it can be.
Please help??!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top