Hello,
I have a database with a table and a tableadapter and the binding source.
I want to have two DGV that will display the information form the same tableadapter. I will sort this information using RowFilter.
Is it possible to do so? Because I created the DGVs and connected them to the same binding source but the info is only displayed in one DGV.
I used Me.xxxTableAdapter.Fill(Me.yyyDataSet.zzz) to fill the DGV.
I have a database with a table and a tableadapter and the binding source.
I want to have two DGV that will display the information form the same tableadapter. I will sort this information using RowFilter.
Is it possible to do so? Because I created the DGVs and connected them to the same binding source but the info is only displayed in one DGV.
I used Me.xxxTableAdapter.Fill(Me.yyyDataSet.zzz) to fill the DGV.