Description of Data Access with ASP.NET, Part 3 :
This is a tutorial through which you can learn about using the DataSet object for showing the data in the datagrid control in ASP.NET. The author accomplishes this task by setting the DataSource property of the DataGrid to Dataset object and then call the DataBind() method. This tutorial shows a sample output screen to the users.