stream resource bitmap to aspx image

S

Sarmad Aljazrawi

Hi,

is there a way to stream/show a bitmap loaded from a resource file to an
image control (html or asp) in an aspx file?

regards
Sarmad Aljazrawi
B.Sc. Computer Science, MSDBA, MCP
www.aljazrawi.net
 
T

Teemu Keiski

Hi,

it would need separate HTTP handler (or page) to server the image from
resource file and this handler is then assigned to the src/ImageUrl of the
Image. Images are separate binary resource from HTML so they need to be
requested separately. Remember that image, <img> tag is like <img
src="image.gif"> which does actually separate request to fetch the image.

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist


message Hi,

is there a way to stream/show a bitmap loaded from a resource file to an
image control (html or asp) in an aspx file?

regards
Sarmad Aljazrawi
B.Sc. Computer Science, MSDBA, MCP
www.aljazrawi.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top