Hello
i having a search page, that sends the search term to the results page when search is pressed,
i have seen it is possible to use NavigationService.Navigate to navigate around pages, however this always seems to be in the context of websites, i am creating a exe program in VB, how would i go about the following:
having a back button that takes the user back to the search page so they can make a different/similar search (and keep the original content filled in)
i already have a main window with sub pages:
- Searchpage.xaml -search button, search box
- searchresults.xaml -back button
Michael Booth