How do I navigate from one form to another in Silverlight on Windows Phone 7?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure if you mean by form a xaml page, but if you do than you could use the NavigationContext.Navigate to go to a different page.
Below is an example on how to do this:
Or have a look at this blogpost to learn more about navigation in windows phone 7:
http://chriskoenig.net/index.php/2010/05/16/wp7-part-3-navigation/