Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
30801 Points
6013 Posts
ASPInsiders
Feb 24, 2006 12:45 PM|LINK
techieman
I m using following line of code still it gives error :
System.Web.HttpContext.Current.Request.UrlReferrer.ToString()
If that ones blowing up, you may want to try System.Web.HttpContext.Current.Request.ServerVariables["HTTP_REFERER"];
HTH, Ryan
StrongTypes
All-Star
30801 Points
6013 Posts
ASPInsiders
Re: Why am I not able to access the context objects in my code?
Feb 24, 2006 12:45 PM|LINK
I m using following line of code still it gives error :
System.Web.HttpContext.Current.Request.UrlReferrer.ToString()
If that ones blowing up, you may want to try System.Web.HttpContext.Current.Request.ServerVariables["HTTP_REFERER"];
HTH,
Ryan