I have a dataGridView and so far I can make it show one table at a time.
Let's say I want to add a button which will jump to the next table in my database.
for example, if my database contains the tables A, B and C. I will assign my datagridview to show table A by default.
How do I make it show table B just by using a button?