About GridView Control
In ASP.NET 2.0, Microsoft has introduced GridView control which displays tabular data in a grid. With GridView control, you can display, edit, and delete data directly from different kinds of data sources with out writing any single piece of code. This tutorial explains how GridView makes the life of the developer easier by providing all DataGrid functionalities inbuilt including paging, sorting and selecting.