J
Jonathan Wood
I'm just starting to get up to speed with ASP.NET. Based on what I've read,
I use the GridView control to display tables of data from a database. And,
using ObjectDataSource, I've found examples of how to implement efficient
paging in the GridView control.
But all my books are for .NET 2.0. Looking around, I see sites like
http://geekswithblogs.net/ranganh/archive/2007/12/06/117426.aspx that say
"DataPager Server Control which combined with List View can provide a
flexible paging mechanism with full customization support. The built-in
paging mechanism of DataGrid, GridView etc., provide little support for
customization."
To be honest, I have no idea what the DataPager or the ListView controls do.
Does someone who knows tell me what, if any, reason I would have for
switching from GridView and ObjectDataSource to something like DataPager and
ListView?
Thanks!
I use the GridView control to display tables of data from a database. And,
using ObjectDataSource, I've found examples of how to implement efficient
paging in the GridView control.
But all my books are for .NET 2.0. Looking around, I see sites like
http://geekswithblogs.net/ranganh/archive/2007/12/06/117426.aspx that say
"DataPager Server Control which combined with List View can provide a
flexible paging mechanism with full customization support. The built-in
paging mechanism of DataGrid, GridView etc., provide little support for
customization."
To be honest, I have no idea what the DataPager or the ListView controls do.
Does someone who knows tell me what, if any, reason I would have for
switching from GridView and ObjectDataSource to something like DataPager and
ListView?
Thanks!