Tagged Questions
0
votes
1answer
325 views
BindingNavigator with multiple tables updating problem in Visual Studio 2010
I have 2 tables 'contract' and 'customer', they have fk relationship. I drag 'contact' onto form then do so with 'customer', both are details type. The data of 2 tables are shown on form accordingly. ...
0
votes
1answer
162 views
Puttting together binding navigators in a project
I am working on a group project in vb.net, in which all my team members are working on individual tables of a database. All of us are using binding navigator,where the GUI is created by drag and drop ...