Hello everyone. Here is my problem: I'm opening a .pdf file in the browser via Response.WriteFile. It works perfectly fine! But now I'd like to open that file in a new tab (a new window would work too, but I'd rather have it in a new tab). How can this be achieved? Here is my code snippet...