“ASP.NET Response.Redirect New Tab” Respostas de código

Resposta Redirecionar nova guia

Response.Write("<script>window.open('" + URL + "','_blank');</script>");
Mingles444

ASP.NET Response.Redirect New Tab

protected void btnSave_Click(object sender, EventArgs e)
{
    ...//some code to insert records
    Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "openModal", "window.open('NewQuote.aspx?val= " + this.txtQuotationNo.Text + "' ,'_blank');", true);
}
Dark Dolphin

Respostas semelhantes a “ASP.NET Response.Redirect New Tab”

Perguntas semelhantes a “ASP.NET Response.Redirect New Tab”

Mais respostas relacionadas para “ASP.NET Response.Redirect New Tab” em C#

Procure respostas de código populares por idioma

Procurar outros idiomas de código