Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Request.UrlReferrer cannot work with masterpage
Message
From
03/04/2008 10:48:27
 
 
To
03/04/2008 07:06:56
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01307821
Message ID:
01307856
Views:
11
>In my masterpage, i put
>
>protected void Page_Load(object sender, EventArgs e)
> {
> if (HttpContext.Current.User.Identity.IsAuthenticated == false)
> {
> Response.Redirect("login.aspx");
> }
>
>at the login.aspx
>
>i cannat get the referrer page by using Request.UrlReferrer.
>
>How to get the referrer page?
>
>TIA.

Try Server.Transfer instead..
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform