System.Windows.Forms.WebBrowser open links in same window or new window with same session
- by Greg Bray
When using the .NET WebBrowser control how do you open a link in a new window using the the same session (ie.. do not start a new ASP.NET session on the server), or how do you capture the new window event to open the URL in the same WebBrowser control?