I have a GridView control which has a DataSet as a datasource. The dataset contains a parent child relation between two tables, Publications and Owner. When iterating through the dataset creating each row of the gridview, how do I access the data in the child table so that I can display it?I have a GridView control which has a DataSet a