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

What is the difference between a panel and a decorator?

1 Answers  


What are the types of bitmap effects?

1 Answers  


What is the use of wpf application?

1 Answers  


What is a form based application?

1 Answers  


What are the benefits of mvvm?

1 Answers  


What is the difference between User Settings and Application Settings in WPF?

1 Answers   MindCracker,


When should we use "x:name" vs "name"?

1 Answers  


Describe custom control briefly?

1 Answers  


What is better than wpf?

1 Answers  


What can you do in expression blend that you cannot do in visual studio?

1 Answers  


What is the difference between Silverlight and WPF?

1 Answers   Wipro,


what is the use of property element syntax?

1 Answers  


Categories