Description of How to bind multiple resultsets into a DataGrid control :
How to bind multiple resultsets into a DataGrid control is a simple tutorial which shows step-by step process of binding multiple resultsets into a datagrid control. This tutorial shows how to create the sqldatareader object to get the result of the query and how databind method is used to bind the datagrid control to the database table. You can get the complete sample code from this tutorial.