You use WinJS.Navigation.navigate to navigate between pages. See
http://msdn.microsoft.com/en-us/library/windows/apps/br229837.aspx
The function call includes a parameter called "initialState":
http://msdn.microsoft.com/en-us/library/windows/apps/br229850.aspx
This is a collection of key/value pairs, which is how you pass data between pages. Also see
http://msdn.microsoft.com/en-us/library/windows/apps/hh452761.aspx for more information.
Matt Small - Microsoft Escalation Engineer - Forum Moderator
If my reply answers your question, please mark this post as answered.
NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
objects and unknown namespaces.