Working with Tabular DataBound
Controls
The tabular DataBound
controls are the main set of controls that you use when working with database data. These controls enable you to display and, in some cases, modify data retrieved from a database or other type of data source.
Six tabular DataBound
controls can be divided into two types: those that display multiple data items at a time and those that display a single data item at a time.
First, you can use any of the following controls to display a set of data items:
• GridView
—
Displays a set of data items in an HTML table. For example, you can use the GridView
control to display all the records contained in the Movies database table. This control enables you to display, sort, page, select, and edit ...
Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.