C# Reload file after resume and navigation back

178 Views Asked by At

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.

1

There are 1 best solutions below

3
Joey Mikkers On

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.