Dim queryString As String = "test.aspx" Dim newWin As String = "window.open('" & queryString & "');" ClientScript.RegisterStartupScript(Me.GetType(), "pop", newWin, True)
Response.Redirect("home.aspx")
window.location.href = "Home"; window.open('Yourpage', '_blank');
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)