i am facing a problem; during navigating the two pages my application is crashing.
is it possible following scenario in windows phone 8 ?
//In Myonepage.xaml on button click
MySecondpage mypageobject = new MySecondpage();
NavigationService.Source(mypageobject);
// i know above syntax is not possible but i want something like this. actually i don't want to create new Uri object for navigate to the secondpage.xaml.
If anyone know this scenario to execute than please let me know.