This is first time I use Session in ASP.NET, I use Session to keep my collection object, like
Code:
Session.Add("MySession", objCollection)
[code=vb]
The problem is my Session become Nothing when I link to second page... I only can access my Session if I use postback to next page.... Is there anything I am wrong? it suppose not like this right?