GridView Control can be used to display multiple records in a tabular format.

GridView Control supports different type of customizations eg: sorting records in gridview, paging records in gridview, editing multiple records in gridview, deleting multiple records in gridview, Exporting records in gridview, importing records in gridview. etc.

Steps to inserting GridView Control into Webform

1) Open Visual studio

2)  Open New Website  (Shift+Alt+N)

3) Right click on Solution Explorer select Add new item (Ctrl+Shift+A)


5) Select Toolbox from view Tab (Ctrl+Alt+X)

6) Select Data Tab From Toolbox

7) Drag And Drop Gridview control to Webform