forum

Home / DeveloperSection / Forums / how to use session in asp.net

how to use session in asp.net

Anonymous User229605-Jan-2013
Hi,

I want to use Session in C# class Library. For that I need to import Using System.Web.UI. My partial code is
using System.IO;
using System.Globalization;
using System.Web
namespace sundss_framework
    {
        public class package
        {
           Session["ID"]="12121";
        }
    }

Thank in advance

Updated on 05-Jan-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By