Image from Resource File

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Is there any way to load an image from a resource file
and show it on the web page.

I think I can do it with an image that has for source a
second web page that output the data of the image, but I
want to use only 1 web page..

please help !
 
I think I can do it with an image that has for source a
second web page that output the data of the image, but I
want to use only 1 web page..

Since a page with images in it necessitates a separate Request for each
image, how do you expect to get an image into a web page with a single
request for that page? The only way to put an image into a web page is to
provide an image tag with a URL in the page of either the image or some
server-side class that can render an image.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top