May 2003
Beginner
624 pages
15h 47m
English
As previously discussed, the DataGrid displays the data that has been bound to it using an HTML <table> tag, where each field in its DataSource is rendered as a column in the HTML <table>, and each row in the DataSource is rendered as a row in the HTML <table>. (The data the DataGrid is bound to is commonly referred to as the DataSource because the data is bound to the DataGrid by setting the DataGrid's DataSource property.)
![]() | Recall from Hour 13, “An Introduction to Databases,” that “field” is a synonym for “columns” when talking about database table columns. Since the DataGrid produces HTML <table> ... |
Read now
Unlock full access