Inside the OnNavigatedTo method you should use the NavigationService.RemoveBackEntry() to remove the previous page from stack.
Protected Overrides Sub OnNavigatedTo(ByVal e As NavigationEventArgs)
NavigationService.RemoveBackEntry()
End Sub
Filed under: Windows Phone 7
Like this post? Subscribe to my RSS feed and get loads more!




Leave a Reply