How do you open a page in a new window? It seems like it should be easy but I don't know how to do it, unless its from a link.

During the SelectedIndexChange event of a dropdownlist I'd like to open a related page in a new window, but can't figure out how to do it.

I basically want this to open in a new window instead of the one it is called from:
VB Code:
  1. Response.Redirect(fpath)