|
|
How to Display Child Table Rows as a Column in a DataGrid |
|
|
Sriram V |
|
|
ASP.NET / Database Tools |
|
|
Click to Visit |
|
|
61 |
How to Display Child Table Rows as a Column in a DataGrid is an useful tutorial for the .NET programmers to fetch the records of the child table rows and show it in the column of the datagrid control. You can use the GetChildRows method of DataRow object to display the child table rows. This tutorial clealy shows how to relate two tables that have a common field using the relations method of the dataset object.
|