G
Guest
I am trying to persist an instance of my class between asp pages and cannot get it to work consistently. I have one class that implements iEnumerator, that works fine. I have another class that does not implement IEnumerator, I can store the object in Session. When I retrieve it from Session in a different page it behaves as if it's never been created before, I always have to create a new one
I'm thinking it has to do with if a class creates a new class (such as IEnumerator)
I'm thinking it has to do with if a class creates a new class (such as IEnumerator)