The main goal is to display an image from a url in the browser. Obviously the image isn’t available on a web server or I’d just use http://theurl….
I have found a two part ‘tutorial’ if you will, that does what I think will work for me. I just can’t figure out exactly how to get this to work. It’s missing things and I’m not sure what those things are.
I’m wondering if someone can put this into a complete codebehind page that I could use.
The first part shows how to Load an image from a url: http://www.vcskicks.com/image-from-url.php
And that page refers to this one, which shows how to get the file via an webrequest: http://www.vcskicks.com/download_file_http.php
Can someone help me put this together in a codebehind page, along with a page that actually calls this code and displays the image?
Requirements for this have changed, and now need to display an entire html page, not just an image. So I’ve opened a new question for that.