|
-
Mar 31st, 2005, 04:12 AM
#1
Thread Starter
Hyperactive Member
Maintain Variable Values
I'm sure this is a stupid question, but I still need the answer.
I want to be able to populate a DataSet the first time an aspx page loads and have that DataSet available for future loads.
Declaring the DataSet as static won't work because, as I've mentioned in another thread, static makes the variable shared between all sessions, so each session will not have a unique copy of the DataSet.
Any ideas?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|