navigation

  1. sultanuzzaman

    Question Is it possible to load a navigation page without clicking on any button or any event

    I have this following code that acts when there's an error: public void ShowErrorScreen() { NavigationService nav = NavigationService.GetNavigationService(this)); nav.Navigate(new Uri("ErrorMsg.xaml", UriKind.RelativeOrAbsolute)); }But it doesn't seem to be working for "this"...
Back
Top Bottom