forum

Home / DeveloperSection / Forums / Response.write doesn't display image

Response.write doesn't display image

Royce Roy191011-Jun-2013
Hi Mindstickians,

I want to display a generated image as following line of code in VB.NET

Response.Write("<img src='" & filepather & "'/>")

Where filepather is defined as the string to the image. It is the correct filepath, and I'm not getting the "broken image link" icon.

script inside an aspx page.

Have I forgotten something here? If I do

response.write("hello"),

it works fine.

Your help is greatly appreciated.

Updated on 12-Jun-2013

Can you answer this question?


Answer

1 Answers

Liked By