Daniel Vaughan demonstrates this quick way to refresh a Windows Phone 7 page.
Source: Daniel Vaughan's Blog
We use the NavigationService to navigate to the current page. There's a catch though (in fact there are two but we'll get to the second in a moment), we need to make a change to the Uri, else the NavigationService thinks we are trying to perform fragment navigation, which is not supported, and will raise an exception.