I have a page in my wp7 application which need to display an image in it. I have a url array. It may contain 0 to 500 urls. If no url present in the array then a message shows “No Images”. if only one url is in the url array then the image should be displayed. If it contains more than one url then I need to display the image corresponds to the first url and a next button in the page. If I pressed the next button the second image will load and then a back button should be displayed.
The image may have larger size then scrolling should be enabled.
How can I do this?
When I am trying to load the image in a WebBrowser, I got an error “You cannot call WebBrowser methods until it is in the visual tree.”
It is much easier to use WebClient instead of HttpWebRequest.