Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to navigate from window to page in wpf?



How to navigate from window to page in wpf?..

Answer / Tariq Anwar

In WPF, you can navigate between pages using NavigationService. You can access the NavigationService from the Page's constructor or from an event handler (e.g., Button_Click). Here is a simple example:

```csharp
this.NavigationService.Navigate(typeof(DestinationPage));
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WPF Interview Questions

Can we use wpf in web application?

1 Answers  


What are the different ways of binding using relative source?

1 Answers  


Mention the advantage of using xaml?

1 Answers  


What is winform application?

1 Answers  


why do we need two different kinds of trees?

1 Answers  


Explain mvvm pattern?

1 Answers  


When you create a WPF application instead of Windows Forms application?

1 Answers  


How many types of window in WPF?

1 Answers  


Can you explain self relative source binding in wpf?

1 Answers  


What are the types of common file dialogs that wpf supports?

1 Answers  


How many types of Layout Panel in WPF?

1 Answers   Tech Mahindra,


What are the various layout panels in WPF?

1 Answers  


Categories