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 29:         
Line 30:         If Not IsPostBack() Then
Line 31:             referrer.text = Request.UrlReferrer.ToString()
Line 32:         End If
Line 33:     End Sub

Source File: F:\Inetpub\SREB\contactus\index.aspx    Line: 31

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ASP.index_aspx.page_load() in F:\Inetpub\SREB\contactus\index.aspx:31
   System.Web.Util.ArglessEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +10
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750


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