E
ewahl
Hi folks,
I have searched for an answer to this question on the internet, but
been unable to find it so far. I am hoping somebody can help me out.
When you are using a WebBrowser object in .Net 2.0, is there any way
that you can intercept when the server you are pointing to issues a
Response.Redirect. That is, I can handle the Navigating and Navigated
events, but the first only gets called before the initial page is
called, and the second only gets called when the final, redirected-to
page, is loaded. I can't find any way of capturing the redirect itself
and doing something at that point. (I hope that was clear.) Can anybody
tell me if it's possible to intercept the redirect, and if so, how?
Thanks much in advance.
-Eric
I have searched for an answer to this question on the internet, but
been unable to find it so far. I am hoping somebody can help me out.
When you are using a WebBrowser object in .Net 2.0, is there any way
that you can intercept when the server you are pointing to issues a
Response.Redirect. That is, I can handle the Navigating and Navigated
events, but the first only gets called before the initial page is
called, and the second only gets called when the final, redirected-to
page, is loaded. I can't find any way of capturing the redirect itself
and doing something at that point. (I hope that was clear.) Can anybody
tell me if it's possible to intercept the redirect, and if so, how?
Thanks much in advance.
-Eric