October 2010
Intermediate to advanced
1920 pages
73h 55m
English
DataBound ControlsThe 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 ...
Read now
Unlock full access