I have one page with WebBrowser control in it.
When I Navigate with NavigationService.Navigate()
(next page xaml) and then back the WebBrowser control loses his web state.
How can I make the WebBrowser control not unload when navigate to other page? The solution can be put the WebBrowser control outside. I saw there is something in c#/silverlight called AdornerLayer.
Please advice/help. Thanks.