|
-
Jul 17th, 2003, 09:10 AM
#1
Thread Starter
New Member
databindin multiple datatable to dataset
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?
-
Jul 17th, 2003, 10:20 AM
#2
Frenzied Member
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.
-
Jul 17th, 2003, 11:01 AM
#3
Sleep mode
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|