ARTICLE

How to Open a Page in a Windows 8 App

Posted by Mahesh Chand Articles | How do I January 10, 2013
How to open a page in a Windows Store app
Reader Level:

Navigation in a Windows Store or Windows Store app is achieved using a Frame. 

A Frame can host a new page that you want to open in the main or root page and then the Frame can be displayed in the main page. 

I have a page called BasicPage1 and I want to open it on a button click event handler. 

The following code snippet creates a Frame and navigates to the page:

// Create a Frame for the page
var rootFrame = new Frame();
rootFrame.Navigate(typeof(BasicPage1));

Then I set the content of the current window to the new Frame I just created, as in:

// Place the frame in the current Window and activate it
Window.Current.Content = rootFrame;
Window.Current.Activate(); 

Login to add your contents and source code to this article
post comment
     
COMMENT USING
PREMIUM SPONSORS
DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and add new content to existing PDF documents from within your applications.
Get Career Advice from Experts
SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
Join a Chapter