Session Variables in C#
hi
i am definin a session variable on a page in c#
i want to retrieve its value on another page
but how?
string strcomp;
strcomp = ddlComp.SelectedItem.Value;
Session["Comp"] = strcomp;
on default.aspx.cs
and want retrieve its value on default1.aspx.cs
its urgent
thnx
shikha
|