October 2010
Intermediate to advanced
1920 pages
73h 55m
English
DataPager ControlYou can take advantage of the DataPager control when performing data source paging. The page in Listing 14.10 contains a ListView control bound to a LinqDataSource control. Because the LinqDataSource control has its AutoPage property set to the value true, it performs paging on the database server.
The LinqDataSource control and LINQ to SQL are discussed in Chapter 20, “Data Access with LINQ to SQL.”
Listing 14.10. DataPagerDataSource.aspx


So that you can verify that the paging is happening ...
Read now
Unlock full access