E
Erik Veldkamp
Hi there,
With the following statements:
Server.Transfer("Voorbeeld.aspx");
Response.Redirect("Voorbeeld.aspx?code="+Label1.Text.Trim());
I can open a page in an existing window. But I would like to open it in a
new window, like you can do with a hyperlink when you set the Target
property to _blank. How can I do this?
Thanks for your help.
Erik.
With the following statements:
Server.Transfer("Voorbeeld.aspx");
Response.Redirect("Voorbeeld.aspx?code="+Label1.Text.Trim());
I can open a page in an existing window. But I would like to open it in a
new window, like you can do with a hyperlink when you set the Target
property to _blank. How can I do this?
Thanks for your help.
Erik.