| A Code Template for a Pageable, Bi-Directional Sortable DataGrid | Hits: 1169 |
Description: Any ASP.NET developer that has had to display database data on an ASP.NET page is likely familiar with the DataGrid Web control. This handy control can be bound to data with just two lines of code and supports a number of useful features, such as paging, sorting, deleting, and editing of its data.In this article we'll examine this code template of mine, looking at the code itself as well as using it to quickly build an ASP.NET page with a pageable, bi-directional sortable DataGrid. This article does not delve into the specifics of creating a bi-directional sortable DataGrid or of creating a pageable, sortable DataGrid.
| Resource Specification | | Date Added: | 02/21/2005 |
| Last Updated: | 02/21/2005 |
Average Visitor Rating: Not Yet Rated
Average Member Rating: Not yet reviewed by any member... You can be the first one to write a review for A Code Template for a Pageable, Bi-Directional Sortable DataGrid!
|