As a topic. How to reload file MainPage.xaml for example in windows phone application(8.1) every time, when application is resumed or navigate back.
I using silverlight project.
As a topic. How to reload file MainPage.xaml for example in windows phone application(8.1) every time, when application is resumed or navigate back.
I using silverlight project.
You can try with Response.Redirect()
method at the server side or use Form.Submit
at Client side..
For more examples then you can refer to the following link.