| Title | Date Written | Comments | Views |
| Displaying Records in a DataGrid in Random Order | 5/10/2003 | This article, by Scott Mitchell, examines how to display the results of a SQL query in random order in a DataGrid. | 6030 |
| Deciding When to Use the DataGrid, DataList or Repeater | 7/23/2003 | Learn about ASP.NET's three controls for displaying data: the DataGrid, the DataList, and the Repeater. Each of these controls has unique traits and associated advantages and disadvantages. When creating an ASP.NET application that displays data, it is important to choose the right control for the job. As we will see in this article, choosing whether to use the DataGrid, DataList, or Repeater is a tradeoff between three factors: usability, development time, and performance. | 6878 |
| Creating a Custom DataGridColumn Class | 10/2/2002 | This article, by John Dyer, looks at how to create a custom DataGrid column control. Specifically, John's article examines creating a LimitColumn - a DataGrid column that can limit the number of textual characters that appears. | 4411 |
| Understanding the Differences Among the DataGrid, DataList, and Repeater | 5/21/2003 | This article, by Scott Mitchell, examines the similarities and differences among the DataGrid, DataList, and Repeater Web controls. (For those who own a copy of ASP.NET Data Web Controls Kick Start - this material follows along closely with the material presented in Chapter 1, "What Are Data Web Controls?") | 15236 |
| Creating a Fully Editable DataGrid | 4/18/2003 | This article, by Joel Gray, shows how to create a DataGrid that is completely editable - that is, each row can be edited instead of only one row being editable at a time. | 23990 |