How to refresh a page in wp7 i tried this code
NavigationService.Navigate(new Uri(string.Format(NavigationService.Source +
"?Refresh=true&random={0}", Guid.NewGuid()));
but it gives error
Navigation is only supported to relative URIs that are fragments, or begin with '/', or which contain ';component/'.
Parameter name: uri
So kindly send me the solution as fast as possible.
Can’t you put directly the URI of your page? Also, explicitly set your URI as relative. Something like: