G
Guest
Dear All
I have this command in ASP.NET 2.0
session("test")="hello"
I’m trying to retrive the seesion vale for onather web form using this command
Dim a as string=ctype(Session.item(“testâ€),string)
But always giving me empty value .NO error message
I tried also
Dim a as string=session(“testâ€) but same problem
Please can anyone help
I have this command in ASP.NET 2.0
session("test")="hello"
I’m trying to retrive the seesion vale for onather web form using this command
Dim a as string=ctype(Session.item(“testâ€),string)
But always giving me empty value .NO error message
I tried also
Dim a as string=session(“testâ€) but same problem
Please can anyone help