Is it possible to change the startup page based on a setting in a windows phone 7 application?
For example, an app with 2 pages. Lets say Movies, and News. I\'d li
Yes, you can redirect page navigations without impacting the back stack. Peter outlines two approaches here.
Redirecting an initial navigation - Peter Torr's Blog