global.asax - Object reference not set to an instance of an object

admin

Administrator
Staff member
web gurus:
i have a web page that loads a web user control - in the user control code i reference my global variable application.item("gstrID") but get the error:
"Object reference not set to an instance of an object". huh? i have the namespace "Imports System.Web.HttpApplication", i even have the application_name.global namespace, in the html i have the directive
<%@ Import Namespace="System.Web.HttpApplication" %>

any ideas i am going crazy...thanks!
mike
 
Back
Top