Torna al Thread

public void createPdfButton_Click(object sender, EventArgs e) { string brandId = pdfBrandDropDownList.SelectedValue; string catId = pdfCategoryDropDownList.SelectedValue; string strJS= "window.open('pagina.aspx?id" + bandId + "');"; Page.ClientScript.RegisterClientScriptBlock(this.GetType, "OpenWindow", strJS, true); }
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5