Here Mudassar Ahmed Khan has explained with an example, how to fill (populate) DataSet with records of multiple Tables in ASP.Net using C# and VB.Net.
DataSet is a collection of DataTables and is capable to hold data from multiple tables. In order to fill (populate) DataSet with records of multiple Tables, multiple Select queries needs to be executed simultaneously.
↧