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 »
csharp_geek's picture
Created by csharp_geek 1 year 4 weeks ago – Made popular 1 year 4 weeks ago
Category: ASP.NET   Tags:

Navigation