Hi,
I am using C# with VS Studio 2003.
I would like to display in one DataGrid control (Windows Forms) a
combination of fields that are selected from 2 tables.
My questions are:
1. How can it be performed, using DataAdapter and DataSet?
2. How can it be performed, using Typed DataSet?
A detailed help wil be very much appreciated.
Thanks,
David
Manohar Kamath - 18 Mar 2005 14:43 GMT
Are these two fields related somehow? If so, use an appropriate query and
store the results in a datatable, and bind this to the grid.

Signature
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
> Hi,
> I am using C# with VS Studio 2003.
[quoted text clipped - 8 lines]
> Thanks,
> David