I do not necessarily have to use response.redirect, but that is what I had. I would like to open the selected link in a new window. How do I do that?
context
I use this code for redirects:
Response.Write("window.open('http://www.whatever.com','_blank')<"+"/script>");
The final tag needs to be formatted <"+"/script>