Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends

I have image control like this.

XML
<Image Margin="0" Source="http://www.site.com/images/1.png" Stretch="UniformToFill" HorizontalAlignment="Center" VerticalAlignment="Center" />


image is displaying properly.upto this it works fine.
whenever i change image but with the same name it is updating in my site. but in my windows 8 app the old image only displaying.

any ideas ? suggestions
Posted
Updated 5-Dec-12 1:44am
v2
Comments
Jeff Blankenburg 23-Jan-13 9:12am    
If you are expecting the image to update in the Windows 8 dynamically, it won't. However, if you close your app and restart it, the app should grab the image again the next time.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900