Paging against cached dataset

  • Thread starter Thread starter ALPO
  • Start date Start date
A

ALPO

ANy good examples of paging against a cached dataset. Our
datasets will be cached in viewstate.
 
I would advise caching other than viewState. Take your page and open with
View Source, and you will understand why. The ViewState adds a lot of weight
as it is basically a hashed version of all of the data you are storing.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
I understand, however, is it possible to use the Web
datagrid to page through a cached dataset?
 
Back
Top