Hi,
I have a parent table called Publication and a child table called Owner. These two (data)tables are contained within a DataSet (this is all C# stuff) and have a defined relationship. One publication can have more than one owner.
I am using a GridView control and my question is, how do I get the information in the child table to show up in the gridview control? The gridview is linked to the main dataset.
I have read the information here, but what's annoying is that writing stuff to the console isn't very useful!
http://msdn.microsoft.com/en-us/library/d6s958d6(VS.80).aspx
Thanks R.