Server Error in '/' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 17: 		protected void Page_Load(Object Src, EventArgs E)
Line 18: 		{
Line 19: 		    string schoolnumber = 	Request.Cookies["blc_state"].Value +  Request.Cookies["blc_nbr"].Value;
Line 20: 		    
Line 21: 		

Source File: D:\websites_prod\balfour.com\wwwroot\college\catalog\default5.aspx    Line: 19

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ASP.default5_aspx.Page_Load(Object Src, EventArgs E) in D:\websites_prod\balfour.com\wwwroot\college\catalog\default5.aspx:19
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +744


Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407