c# - Redirect to another page in different project of same solution -


so made wp8 app , split them separate projects, , put button redirects app's page other page on separate project have added. how program when tap button, redirects me page of different project same solution?

the code used is:

app.rootframe.navigate(new uri("/mainpage.xaml", urikind.relativeorabsolute));

try this:

navigationservice.navigate(new uri("/targetprojectname;/targetpage.xaml", urikind.relative)); 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -