How can I store HashTable collection to a Session variable in .NET. Unfortunately I’m not able to store HashTable nor Dictionary.
Please help me in this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I got the answer.. There was no problem with the code ie new keyword. In the above step after storing to Session i was clearing the HashTable items.
this ht.Clear() was the problem. I removed it and have no issue with it.
It was like this. when i removed that code its working fine for me.