I am displaying image by setting the source of an Image element directly to an URI.
Like
But for security purpose now the URI has a cookie attached with it.
Can someone please tell me if it is possible to attach cookie to a URI and display it in an image control in WP7?.
Thanks,
Kanaya
You’ll need to download the image with WebClient and then assign the image directly after downloading it.