I need to refresh a page in wp7. Searched in google and get this
NavigationService.Navigate(new Uri(NavigationService.Source + "?Refresh=true", UriKind.Relative));
but when I am using this there is an error, ie the application breaks.
How can I refresh the current page in wp7?