SyntaxFix
Write A Post
Hire A Developer
Questions
You could use window.open. Like this:
window.open
protected void btnNewEntry_Click(object sender, EventArgs e) { Page.ClientScript.RegisterStartupScript( this.GetType(),"OpenWindow","window.open('YourURL','_newtab');",true); }