I can bind a datagridview(DGV) to a table and add, update and all that good stuff to the table. However, The database I am connecting to has 20 tables and will grow from there. Instead of having a DGV for each table, it would be easier on the user if I could add the table names to a combobox and when the user selects a table it populates the same DGV.
Is this possible? If so, how do I do it?
Thanks.