In a DataGrid we can show the data of a table easily. But if we want to show the data of two tables in a DataGrid then how we will show the data. For showing the data of two table in a single DataGrid we have to used the DataSet  merge property. For showing the data of two table in a dataGrid ... [More]