User252895825 posted
Hi,
I have one .xamel page and this one is default page (first page) and then I added a new one page (named page2.xaml) in same solution. I added a button on the firs page and i want to navigate to a second page when i click on button
private
void
button1_Click(object
sender, RoutedEventArgs
e)
what to write to navigate to page2.xaml? like response.redirect in asp.net