Introduction We going to need a data table in order to work with this example. in here I’m using StudentResult as my data Table. you can download example files using the Above link .. Download Step :1 First of all Fire-up Visual Studio and create a new Website select the Language as Visual C#. then hit ok button.. then add a data base to your project. and insert any data you want to display. in my case I'm using SqlExpress Database to store all my data. because its easy to use any I can interact with my database easily via visual studio. Then add a GridView and a DetailsView to the designing area. you will see something like this.. I have a Grid View at the top and a Details view at the bottom now we need to bind data in to GridView. to do that you can use smart tag as shown below.. ...