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 ?
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..
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog