Request.UrlReferrer.ToString() returns a error

T

TJS

This code runs fine on my local machine but fails on the webhost server.
Any ideas why ???


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

Source Error:

Line 73:
Line 74: ' Store URL Referrer to return to portal
Line 75: ViewState("UrlReferrer") =
Request.UrlReferrer.ToString()
Line 76:

Source File: ..\DesktopModules\EditEvents.aspx Line: 75
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top