filmov
tv
How to enable Paging in ASP.NET GridView together with ObjectDataSource

Показать описание
Demonstrates the following:
-Creating a business method which accepts paging parameters and return only that chunk of data database (can be further optimized with stored procedures, but making it simple here).
-Configuring ObjectDataSource to paging methods (business logic)
-Binding a GridView to ObjectDataSource
-Enabling paging in GridView
-All of the above, without writing any code-behind