In VB.NET code in an ASP.NET project, I can call:
VB Code:
  1. Response.Redirect("NewPage.apsx")
And this directs me to "NewPage.aspx" in my current browser window. But how can I open this URL in a new window rather than the current one?