tom
2008-06-06 18:18:51 UTC
in C# code, a page is usually opened through the following code.
Response.Redirect ("pageName.aspx");
but this will open the page in the same window. how can i open it in a new window?
hope my question is clear!
i want something like Response.Redirect ("pageName.aspx", target=_blank);