If you need to navigate to a different page in Windows Phone 7, you can try the following:
NavigationService.Navigate(New Uri("/NewPage.xaml", UriKind.Relative))
The above is assuming that NewPage.xaml is in the root location of the application.
Advertisements