How do I change the page in a WP7 application?
Use NavigationService.Navigate.
Example:
NavigationService.Navigate(new Uri("/Schedules.xaml", UriKind.Relative));
There's additional information about page navigation on MSDN here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With