私は現在持っています:
String url = "../CustomerSettings/CustomerConfiguration.aspx?CustomerID=" + sqlCommand.Parameters["@ReturnCustomerID"].Value.ToString();
this.Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "myUniqueKey", "self.parent.location='"+url+"';", true);
これは親ページをリダイレクトするにはうまく機能しますが、新しいタブを開くには必要です。助言がありますか?