I have a second .xaml page set up under the name Page2.xaml and I want to make it so that when my button is clicked, the user is taken to <
Page2.xaml
In case you want a separate window
NavigationWindow navWIN = new NavigationWindow(); navWIN.Content = new pageWFbchAdmin(); navWIN.Show(); //winBchAdmin.ShowDialog();