Results 1 to 2 of 2

Thread: [RESOLVED] Can I have two DataGridView that are connected to the same tableadapter?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2012
    Posts
    221

    Resolved [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.

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Sep 2012
    Posts
    221

    Re: Can I have two DataGridView that are connected to the same tableadapter?

    I found it. Sorry for the post. I forgot to change the DataPropertyName for each column for the second DGV and that's why it didn't work

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width