J
Jeff
hi
asp.net 2.0
I have a image (.jpeg) stored in sql server 2005 and now I want to display
it on a webpage.
So I created a webpage (Image.aspx) which just writes the buffer data to the
Response object.
On Default.aspx I use this Image.aspx for displaying the image, but no image
is displayed. All I see in the symbol saying the image couldn't be found...
Also I've placed breakpoint inside Page_Load of Image.aspx, but it wasn't
triggered. I set the breakpoint in a place where it should be triggered if
Page_load was executed.
Here is the markup in Default.aspx where I call the Image.aspx:
<img src="Image.aspx?imageId=2" />
any suggestions?
asp.net 2.0
I have a image (.jpeg) stored in sql server 2005 and now I want to display
it on a webpage.
So I created a webpage (Image.aspx) which just writes the buffer data to the
Response object.
On Default.aspx I use this Image.aspx for displaying the image, but no image
is displayed. All I see in the symbol saying the image couldn't be found...
Also I've placed breakpoint inside Page_Load of Image.aspx, but it wasn't
triggered. I set the breakpoint in a place where it should be triggered if
Page_load was executed.
Here is the markup in Default.aspx where I call the Image.aspx:
<img src="Image.aspx?imageId=2" />
any suggestions?