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
private void Navigate_Click(object sender, RoutedEventArgs e)//By Prince Jain { this.NavigationService.Navigate(new Uri("Page3.xaml", UriKind.Relative)); }