Introduction
In a multi-page application, it is important to wire up the pages so that you can easily navigate from one page to another. If you have developed Silverlightapplications previously, you will notice that the navigation mechanism is very similar to Silverlight applications. If you haven't developed Silverlight or Windows Phone applications previously, this article will walk you through how to perform page navigation in your Windows Phone application.
To get started, let us get hands-on and fire up Visual Studio.
Hands-On
Create a new Silverlight For Windows Phone application in Visual Studio called "WinPhone7NavigationDemo".
Create a couple of pages, called "SecondPage" and "ThirdPage". To add a new page in Visual Studio, right-click on the project and select Add new Item.
No comments:
Post a Comment