Friday, September 21, 2012

Beginner: Silverlight MVVM Page Navigation

Beginner: Silverlight MVVM Page Navigation

I have a view (MainPage.xaml) which consists of a button.

I have another view namely First.xaml.

When I Click button on MainPage..xaml I should navigate to First.Xaml.

How to do this using MVVM MODEL ?

Any help or guidance is appreciated ?

Answers & Comments...

Answer: 1

gopikrsna

gopikrsna

When you use regular Silverlight framework + regular MVVM, There's haven't much choices for you to do those.

There's 2 Type navigation for Silvelright

1. Use Navigation framework of Silvelrihgt.

2. Use Navigation of the Page, The Page navigation is add its into the content.

http://forums.silverlight.net/t/261078.aspx/1?How+to+set+Content+of+UserControl+through+Binding+

 



Answer: 2

Can u put into simple terms..



Answer: 3

gopikrsna

Can u put into simple terms..

http://blogs.msdn.com/b/kashiffl/archive/2011/03/10/prism-4-region-navigation-with-silverlight-frame-navigation-and-unity.aspx

 





No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog