Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Redirect in another frame
Message
De
09/09/2002 17:06:01
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Redirect in another frame
Divers
Thread ID:
00698522
Message ID:
00698522
Vues:
56
I have an ImageButton. And when I click on it, I want to open a new page in
another frame. With this code, I have now, It's open in same frame. Please
help
private void ImageButton1_Click(object sender,
System.Web.UI.ImageClickEventArgs e)
{
    Response.Redirect("UserAccount.aspx", true);
}
Edson Gabriel Meireles
egmsoftware@bol.com.br
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform