Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Redirect in another frame
Message
From
09/09/2002 17:06:01
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Redirect in another frame
Miscellaneous
Thread ID:
00698522
Message ID:
00698522
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform