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.
Copyright © 2021 Jogjafile Inc.
You can try with
Response.Redirect()method at the server side or useForm.Submitat Client side..For more examples then you can refer to the following link.