How to activate new page on some event in MVVM-WPF?

Posted by Naresh Goradara on Stack Overflow See other posts from Stack Overflow or by Naresh Goradara
Published on 2009-10-02T05:47:29Z Indexed on 2010/04/25 17:23 UTC
Read the original article Hit count: 309

Filed under:
|
|

Hi, I have a list page which list records in graphical representation. On clicking a some graphical portion or some button-which is added runtime on page- i want to activate new page by passing a some data as a parameter.

Eg. I have Category list page, the UI representation is done at runtime. So clicking on some category I want to list its related Product on another page, I am getting its-CategoryID,

Now, my problem is activating/displaying new page in MVVM patern in WPF.

Just like Response.Redirect in ASP.Net

Thanks in advance for your valuable suggestion.

© Stack Overflow or respective owner

Related posts about mvvm

Related posts about wpf