How to Perform Page Navigation in Your Windows Phone Application - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Saturday, June 4, 2011

How to Perform Page Navigation in Your Windows Phone Application

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.

Read More....

No comments:

Post a Comment