Hi,
I want know that How can we navigate from one page to another page on a button click event in windows phone 7 ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prasant JinagaPosted Mar 5, 2012, 5:26 AM
Here is the code...
void btnToNavigate_Click(object sender, RoutedEventArgs e) { NavigationService.Navigate(new Uri("/NewPage.xaml", UriKind.Relative)); }Thanks,Prasant