In a silverlight composite application, is it possible to implement navigation, so that the back and forward buttons would be functional?
In a silverlight composite application, is it possible to implement navigation, so that the
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.
Take a look at this article (http://csharperimage.jeremylikness.com/2009/11/dynamic-module-loading-with-silverlight.html) written by Jeremy Likness. He is using Prism and Navigation framework and its a good article to get you going with.
The “Navigated” on the Navigation Frame object will be called whenever the user click on the browser back or forward button.
Hopefully this is enough to get you going. If you have any more questions just let me know.