|
-
Jan 30th, 2013, 04:54 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Can I have two DataGridView that are connected to the same tableadapter?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|