Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Request.UrlReferrer cannot work with masterpage
Message
De
03/04/2008 10:48:27
 
 
À
03/04/2008 07:06:56
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01307821
Message ID:
01307856
Vues:
10
>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..
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform