Search

You searched for the word(s): userid:646577

Matching Posts

  • Using Session state to store objects

    Hi I want to save an object, and make it available over several pages. So far it seems the best way for me to do this is to use sessions. However I can't find a way to store an object for the duration of a session. Below is some of the code Fragment of Method 1 SearchResultCollection ownerResults = Code to return SearchResultCollection Session[ "ownerResults" ] = ownerResults; Fragment of Method 2 SearchResultCollection ownerResults = Session[ "ownerResults" ]; However, I get the following error
    Posted to Web Forms (Forum) by Benp - 81Consulting on 3/2/2006
Page 1 of 1 (1 items)