The NavigationService.Navigate method i.e. generally used to navigate from one page to another page in Windows Phone 8 SDK. The NavigationService also exposes a property “Source” which can be used to Get/Set the URI of the page . By Setting …
Navigate from One Page to Another in Windows Phone 8 using NavigationService
When developing a WP8, you may encounter a scenario where you need to navigate from one page to another within your application.
The PhoneApplicationPage’s class has the property NavigationService which can be used to navigate from one page to another. …
How to Navigate from One Page to Another in Windows Phone 8 using Hyperlink Button?
Below is a sample code snippet demonstrating how to navigate from a page to another in Windows Phone 8 using Hyperlink Button.
How to Navigate from One Page to Another in Windows Phone 8 using Hyperlink Button?
Assume that the …