| Click Me | An Extensive Examination of the DataGrid Web Control: Part 1 | This article, by Scott Mitchell, examines the very basics of the DataGrid, illustrating how to bind data to a DataGrid. (This article complements Chapter 1 of ASP.NET Data Web Controls Kick Start.) |
| Click Me | Displaying Records in a DataGrid in Random Order | This article, by Scott Mitchell, examines how to display the results of a SQL query in random order in a DataGrid. |
| Click Me | Adding a New Record to the DataGrid in the Footer | This article, by John Sanborn, looks at how to use the DataGrid's Footer row as a means to add a new record to the DataGrid's underlying data store. |
| Click Me | XML, the DataSet, and a DataGrid | This article, by Scott Mitchell, examines how to display XML data in a DataGrid. Specifically, it shows using the DataSet's ReadXml() method to populate a DataSet with data from an XML store. |
| Click Me | DataGrids, DataSets, and XML Strings | This article, by Anthony Hart, looks at how to allow a user to view data in either one of two formats: as an XML string or in a DataGrid. |