Open New Window inside Update Panel in C# using JavaScript code

string URL = ResolveUrl("~/Report/Viewers/ReportViewer.aspx?ReportType=AssembleIssueReport&ItemIssueNo=" + issue.ChallanNo + "");
                    ScriptManager.RegisterStartupScript(UpdatePanel1, typeof(string), "Package", "window.open('" + URL + "');", true);

Comments

Popular posts from this blog

How to use DbFunctions.TruncateTime

Microsoft Access Connectivity from C#

Tool 'dotnet-ef' failed to install. dotnet core