Even though NavigationService.CanGoBack returns True, NavigationService.GoBack() throws me these exceptions :
I\'m trying to navigate to MainPage.xaml if access_token isn\'t set. public Menu() { InitializeComponent();
I would like to use the NavigationService to create a nice navigation stack in a Windows Phone 7 app.It seems I can accomplish the objective in SilverLight by using the NavigationService.Navigate(obje
This is specifically a Caliburn.Micro question I think, as it has to do with how CB handles navigation in windows phone 7.
In my project, I have created a separate folder called \"Pages\" for storing all pages except the main page. I wish to navigate to one of these pages from the main page. How do i do it? I\'ve had no l
Im using WPF with Navigation Service. I need to catch a situation before the next page is navigated. Is thera any event \"before\" next page is navigated?
I have two pages with similar logic in them. Load the page, click some buttons that will show/hide other buttons, continue to next page. When I hit the next page, if I click the back button I am retur
I\'m am having trouble finding out how I would create an instance of a view model and set that as the view model of a view am I am going to navigate to using the Silverlight navigation framework.
I remember reading in passing that some of the new language features in C# and VB that are available in VS2010 are backwards compatible with earlier versi开发者_Python百科ons of the framework, but tha