How to activate new page on some event in MVVM-WPF?
- by Naresh Goradara
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.