G
Gregory Pearce
Hi,
Can anyone tell me if it is possible to access a session within a class?
I have created a class that has
if ((Session["Books"] == null) etc....
However upon building the project, the name Session has a problem. I have
tried adding usingSystem.Web etc to the class however cannot seem to rectify
the problem.
Any ideas anyone?
Many thanks for everyone's help so far. I am still a bit new with C# and
really appreciate everyone's help
Cheers - Greg
Can anyone tell me if it is possible to access a session within a class?
I have created a class that has
if ((Session["Books"] == null) etc....
However upon building the project, the name Session has a problem. I have
tried adding usingSystem.Web etc to the class however cannot seem to rectify
the problem.
Any ideas anyone?
Many thanks for everyone's help so far. I am still a bit new with C# and
really appreciate everyone's help

Cheers - Greg
