Session exists?

  • Thread starter Thread starter yukist
  • Start date Start date
Y

yukist

Hi all !

C# have a command like 'Session("abc") = 1' of Visual
Basic.NET?

TIA, yukist !
 
Hi,

Yeap... just check your syntax. This sould work:

Session["abc"] = 1;

BTW, you can also use the ASP.NET forum!

Regards...
Mariano
 
Back
Top