0

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.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
GoOx
  • 73
  • 1
  • 1
  • 9

1 Answers1

0

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.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
  • I spoke a little bad. I mean reload MainPage.xaml file, for example. – GoOx Feb 04 '15 at 12:36
  • when does it need to be reloaded – Joey Mikkers Feb 04 '15 at 13:42
  • every time when the application is resumed or the user presses the back button. as the key back I would have advised, I don't know hot to detect that the application is resumed after working in the background. – GoOx Feb 04 '15 at 16:08