You can cache the dataset in the Cache and re use it. Have a look at the
Cache Object's Insert,Add methods which will give more flexibility on how
long you can cache it etc.
Thanks
Venkat Chilakala
This posting is provided AS IS with no warranties, and confers no rights.
You assume all risk for your use. ? 2001 Microsoft Corporation. All rights
reserved.
--------------------
X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
Subject: Can we cache a DataView for a Session?
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Newsgroups: microsoft.public.dotnet.framework.aspnet
Date: Mon, 22 Oct 2001 10:59:13 -0700
NNTP-Posting-Host: 63.84.175.221
Lines: 1
Path: cppssbbsa01.microsoft.com!tkmsftngp01!tkmsftngp03
Xref: cppssbbsa01.microsoft.com
microsoft.public.dotnet.framework.aspnet:15916
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
I get some data over the network and store it in a dataview.
Then I bind my datagrid with this dataview. If the user wants to sort the
datagrid I don't want to retrieve the data again from the network instead I
just want to cache it on my web server. What is the easiest way to cache
this dataview?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!