I want to open a page in new tab of browser on button click.
I have searched a lot on google but i couldn\'t find anything.
Here is my button.
You have to use Javascript since code behind is server side only. I am pretty sure that this works.
protected void btnNewEntry_Click(object sender, EventArgs e) { Response.Redirect("New.aspx"); }