Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Craig Daniels   on Jun 04 In Asp.net Category.

  
Question Answered By: Logan Bouchard   on Jun 04

Well DataSet is more like 3 dimensional object compared to datagrid  which is 2d like. In order to get the data  from all 3 tables  into te same datagrid I'd use DataView on those and try assemble all data to be presenred in a single datagrid. Could do that in the first place and have one table  with all data and use DataViews to look at it with different criteria. Just use union all on all 3 tables with dataview and you will have all info for your datagrid to display. Not sure you can BIND them directly thou. Just don't see how.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on databind several table Or get search suggestion and latest updates.


Tagged: