ASP.Net : DataPager Control always a step behind with paging
Take the following example…a page with a ListView and a DataPager used for paging the data of the ListView:
Take the following example…a page with a ListView and a DataPager used for paging the data of the ListView:
I’m trying to use a DataPager to do Server Side paging. Here is my code
Ok, so here is the setup. I am building a page that has a listview, a datapager, and 3 datapagerfield (2 x NextPreviousPagerField, 1 x NumericPagerField), and a objectdatasource to tide all of this together.