I am building my first app in windows phone 7. I have an image which i am loading from backoffice. my XAML code is
<Button Click="Image_Click" Name="image1" Margin="-33,-16,-26,-13">
<Button.Background>
<ImageBrush Stretch="Fill" ImageSource="http://political-leader.vzons.com/ArvindKejriwal/images/icons/landing.png"/>
</Button.Background>
</Button>
This is a clickable image which when clicked navigates to another page.
Now as the image is coming from the web, i want this image to be viewed the next time even while in offline mode. Can anyone help me how to do this