Binding multiple table to a Data Grid

  • Thread starter Thread starter Nita Raju
  • Start date Start date
N

Nita Raju

Hi,

I'm trying to build a datagrid that gets rows heading from records in one
table, columns heading from records in another table, and cell values from
records in a third table that maps the first and second to the cell value.
The primary keys of the first two tables are foreign keys in the third
table.

Any help would be greatly appreciated.

Regards,
Nita
 
You can't bind a grid to multiply tables. You can join 3 tables in one of
the structure you need and bind the grid to it.

Eliyahu
 
Back
Top