views:

73

answers:

0

Hi, I need to display a web page inside a UserControl. To navigate to the web page I need to provide POST data. So far, so good. But I also need is to have some navigation controls (back/forward) to function according to the user's navigation inside the web page (just like a normal browser would act).

What I tried so far is to put a WebBrowser control inside a Frame's content. That requested page is displayed, but when I click on a link inside the page and navigate elsewhere, the navigation buttons are still disabled.

Does anyone know how it can be done?

Thanks!