Is there a way to create a new instance for IRequestDictionary and IStringList on .NET?
Posted
by Ronie
on Stack Overflow
See other posts from Stack Overflow
or by Ronie
Published on 2010-05-20T19:48:20Z
Indexed on
2010/05/20
19:50 UTC
Read the original article
Hit count: 416
We are working on a C# DLL that stores the values of a Classic ASP Session.
Everything is okay but some QueryStrings being stored in Session. Problem is: we are able to read the QueryString from the DLL using IRequestDictionary and IStringList, but we can't find a way to recreate them the next time a page ask for them.
We have stored all information necessary to recreate them.
So, the question is: Is it possible to instantiate and set their values back? Is there any other option?
© Stack Overflow or respective owner