1
Answer

How to fetch the datatable that was assigned to the DataGridView?

Ask a question
petre ricardo

petre ricardo

14y
2.2k
1

Hi,
I have assigned the table "tblCustomers" to the DataGridView:
dgv1.DataSource = dsObject.Tables["tblCustomers"] ;
Now i want to reverse this, how do i fetch the DataTable object  (NOT THE DATATABLE NAME) that was assigned to the dgv1?
TY

Answers (1)