| 4GuysFromRolla.com |
One of the most common tasks we face as a web developers is displaying data in a grid. In its simplest incarnation, a grid merely displays information about a set of
records - the orders placed by a particular customer, perhaps; however, most grids offer features like sorting, paging, and filtering to present the data in
a more useful
and readable manner.
In ASP.NET WebForms the GridView control offers a quick and easy way to display
a set of records in a grid, and offers features like sorting, paging, editing, and deleting with just a little extra work. On page load, the GridView automatically
renders as an HTML element, freeing you from having...(Read whole news on source site)




