petre ricardo

petre ricardo

  • NA
  • 194
  • 0

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

Oct 16 2009 9:06 PM

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)