How to handle Refresh and Reset in WPF application in MVP application [modified]
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am developing an windows UI application in WPF with MVP architecture with C#. The application will interact to sqlserver and displays the data to the user. I have 2 buttons REFRESH and RESET. which refreshes the page and resets the page to the home page respectively. As I searched in few forums,navigationservice is recommeneded,but I couldnt see navigationservice.refresh() command Refresh should refresh the page (current page) and the reset should reset to the homepage as per my appication. Edited part:: My Xaml is inside Window, but not page. I think this is the main reason, I cant see it.. so , how to handle it for window?? Please help me in doing this. Thanks Ramm
modified on Tuesday, September 8, 2009 12:53 PM