2
Shouts

Paging Data from the Server with Silverlight | Colin Eberhardt's Adventures in .NET

posted by FantasticMrFishFantasticMrFish 609 days, 23 hours, 10 minutes ago
Wednesday, October 19, 2011 3:11:24 PM GMT

This blog post provides an implementation of IPagedCollectionView which allows paging of data from the server. An IPagedDataSource is introduced that allows any paged data source to be plugged in, with the standard controls such as DataPager making it easy to create paging applications. With web-based applications, bandwidth constraints often mean that when querying large datasets, the results must be paged, i.e. split into discrete pages each containing a small number of results, with an API available ...

category: Metro | clicked: 7 | | source: www.scottlogic.co.uk | show counter code
tags: Silverlight