Storage of Paged Datagrid Information

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi everyone,

Currently I store the entire list in the view state

Due to the relatively low speed of the up stream I need a more effective
method that will allow me to store it on the server, the issue is how to
identify which list belongs to which page

Thank you,
Samuel
 
Turn ViewState off then and use

Session( Me.name & "SomeIdentifier") = YourDataSet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top