Here Mudassar Ahmed Khan has explained with an example, how to bind (populate) GridView using DataSet in ASP.Net using C# and VB.Net.
DataSet is a collection of DataTables and is capable to hold data from multiple tables. Thus multiple GridViews will be populated using a single DataSet in ASP.Net.
↧