Results 1 to 3 of 3

Thread: databindin multiple datatable to dataset

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2003
    Posts
    9

    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?

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    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.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width