GridView Web Server Control
The GridView control is used to display data in a table. When using the GridView control, you can display, edit, delete, sort, and page through tabular data from many different kinds of data sources, including databases, XML files, and business objects that expose data.
In This Section
Related Sections
- ASP.NET Data-Bound Web Server Controls Overview
Provides information on all ASP.NET Web server controls for displaying data.
- Accessing Data with ASP.NET
Provides general information on using ASP.NET controls to work with data.
- ASP.NET Web Server Controls Overview
Provides general information on working with ASP.NET Web server controls.
- Individual ASP.NET Web Server Controls
Provides information on other Web server controls.
- Data Web Server (ASP.NET) Controls
Provides links to topics about other data controls.
- ASP.NET Web Server Controls Templates
Provides links to topics that discuss how to create templates for a customized column layout.