ASP.Net Session

1

The name 'Session' does not exist in the current context

http://www.geekpedia.com

This error normally occurs when you are trying to access the value of a session variable such as Session["UserID"] and you're not doing that from a webform, usercontrol or a class that inherits from System.Web.UI. Read on..

Read more »
csharp_geek's picture
Created by csharp_geek 2 years 31 weeks ago – Made popular 2 years 31 weeks ago
Category: ASP.NET   Tags:

Navigation