|
-
Jan 30th, 2004, 07:44 AM
#1
Thread Starter
Frenzied Member
How to get values from session objects?
I ahve a collection object saved in the session
I have also declared a new collection object
When I do the following(written from memory )
dim newcoll as new collection
newcoll = Cast(Session("Collection"), Collection)
I get only a reference to the session collection.. so when I am editing newcoll I am manipulating the sessions collection...
How can I get the value?
kind regarrds
Henrik
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
|