/
posted by
Silverlight Show
on
May 27, 2014 (1 month ago)
Read original post by Senthil Kumar at MobileOSGeek Blog In Windows Phone 8.0 and earlier version , the developers could use the NavigationService.Navigate method to navigate from one page to another . For example , below code snippet could be used to navigate to BasicPage1.xaml from Page1 . 1 NavigationService.Navigate(new Uri("/BasicPage1.xaml", UriKind.Relative)); If you need to pass a paramete ...