I have 2 web projects,1 C# and 1 VB project under a single solution. I use a session variable in C# project to store a string so that I can retrieve that string from session in my VB web Project. I tried a lot refering MSDN using <sessionState > part in web.config file of both the ...
I've implemented some static methods of a helper class to persist and retrieve state between roundtrips of ASPNET pages and controls. These methods use the Cache, Request and other objects belonging to the Page instance being accessed. Now the question: given that the methods are ...