I have on my form two datagridviews that correspond to the same table. They are both databound. They have been created automatically through dragging them from the datasources windows. One is datagridview and the other datagridview1. When ever I navigate through a datagrid the corresponding row on the other grid changes as well. I do not want this. Also I want to be able to fill and use each datagrid indepentent from each other. To fill a datagridview on load I use this code
This code does not let me choose which datagrid to fill. How to solve my issuea.
I am using VS 2008/VB with Access 2007
Thanks for all the replies
VB.NET:
Me.AllServicesTableAdapter.workstation(Me.Database2DataSet.AllServices)
This code does not let me choose which datagrid to fill. How to solve my issuea.
I am using VS 2008/VB with Access 2007
Thanks for all the replies