I have an ASP.NET <LinkButton> and when the user clicks the link I like a PDF from the database as a byte array. What is the cleanest way to show the pdf in a new browser window?

Do I have to use JavaScript for that?