Sunday, 27 May 2018

How to Open aspx page to new tab using C#



ScriptManager.RegisterStartupScript(this, this.GetType(), "OpenWindow","window.open('YourPage.aspx','_blank');", true);

No comments:

Post a Comment

Thanks

SQL server tricky questions