0
kicks
Response.Redirect into a new window (with Extension Methods)
How to use Response.Redirect to open a page in a new window (.NET 1.x, 2.0). Also includes how to use extension methods in C# 3.0 to extend the Response object and include the new code to open the page in a new window.