cayongrayoo
Member
- Joined
- Feb 8, 2012
- Messages
- 9
- Programming Experience
- Beginner
Hey.
I have a dataset with 16 tables in it. Most of the data i need is in one of those tables, So I've put all of that in a datagridview. However I need two columns that are in another table in the dataset. But only those two columns and all the data in those columns.
How do I put those two columns in the datagridview?
Do I create another dataset? another datagridview and move them across? if so how?
Thanks
I have a dataset with 16 tables in it. Most of the data i need is in one of those tables, So I've put all of that in a datagridview. However I need two columns that are in another table in the dataset. But only those two columns and all the data in those columns.
How do I put those two columns in the datagridview?
Do I create another dataset? another datagridview and move them across? if so how?
Thanks