Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Opeaning in new tab on click of repeater button in update panel

$
0
0

String url = "window.open('ProjectCompleteDetails?ProjectId=" + projectid + "','_newtab');";

ScriptManager.RegisterStartupScript(this, this.GetType(), "OpenWindow", "window.open('url','_newtab');", true);

or

ScriptManager.RegisterStartupScript(UpdatePanel2, UpdatePanel2.GetType(), "OpenWindow", window.open('url','_newtab');", true);

Will open in new tab but same tab again and again and not in other new tab ?????? Why


Viewing all articles
Browse latest Browse all 5678

Latest Images

Trending Articles



Latest Images