Asp.net, vb.net, C#.net Resources

Welcome to Asp.net, vb.net, C#.net Resources Sign in | Join | Help
in Search

Browse by Tags

All Tags » cookies   (RSS)
  • Re: session variable

    pragya_chaubisa:hi, can anyone tell me about session variable and its use with example You can save data in session variable for as long as the session is active. to add a value to session variable you can use Session.Add("SOMETHING","somevalue")  or you can also add it like Session("Stocks") = "MSFT; ...
    Posted to Asp.Net 2.0 (Forum) by admin on June 20, 2008
Powered by Community Server, by Telligent Systems