navigate through pages in mvvm in silverlight 4
Posted
by Archie
on Stack Overflow
See other posts from Stack Overflow
or by Archie
Published on 2010-05-21T09:38:59Z
Indexed on
2010/05/29
16:12 UTC
Read the original article
Hit count: 429
Hello,
I have been searching on how to navigate through the pages in silverlight 4 (navigation application) when I have implemented MVVM pattern. But nothing I found satisfied me.
I have a main page which has frame in it. In that frame I load home page which does simple URI mapping. But now I want to go to New Page on button's click event.
Can anyone please give me the solution? Its urgent.
Thanks.
© Stack Overflow or respective owner