System.Windows.Forms.WebBrowser open links in same window or new window with same session

Posted by Greg Bray on Stack Overflow See other posts from Stack Overflow or by Greg Bray
Published on 2008-10-06T19:37:05Z Indexed on 2010/03/31 15:33 UTC
Read the original article Hit count: 326

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about webbrowser