i was trying to add 2 data table to 1 dataset which i hav done successfully.
however, when i tried to do display on the datagrid, i was only able to display one table. can anyone tell me how 2 go abt doin a display of both the datatable?
Printable View
i was trying to add 2 data table to 1 dataset which i hav done successfully.
however, when i tried to do display on the datagrid, i was only able to display one table. can anyone tell me how 2 go abt doin a display of both the datatable?
Well you can use DataRelations if the tables are related and you want to show both tables in the same DataGrid, or you can just use two DataGrids.
See the demo I posted here : http://www.vbforums.com/showthread.p...hreadid=253655