Suppose there are n buttons and one datagridview.
I drag a dataset which contains n tables, therefore create n tableadapters that has the same connection string. I want to click each button to display each table in each tableadapter respectively.
I think it is a bad idea.
Should I create tableadapter programmatically rather than drag a control to the form?