---
title: "Response.write doesn't display image"  
description: "Response.write doesn't display image"  
author: "Royce Roy"  
published: 2013-06-11  
updated: 2013-06-12  
canonical: https://www.mindstick.com/forum/1031/response-write-doesn-t-display-image  
category: "vb.net"  
tags: ["vb.net"]  
reading_time: 1 minute  

---

# Response.write doesn't display image

Hi Mindstickians,\
I want to display a generated [image](https://www.mindstick.com/articles/23551/an-investigate-distinctive-seafood-restaurant-for-your-image-stamp-character) as following line of [code](https://yourviews.mindstick.com/view/85458/alan-turing-the-mastermind-behind-cracking-the-enigma-code-during-world-war-ii) in [VB.NET](https://www.mindstick.com/forum/426/sqlsever-2000-in-network-with-vb-dot-net-2008)\
**Response.Write("<img src='" &[amp](https://www.mindstick.com/forum/156207/what-is-amp); filepather & "'/>")**\
Where **filepather** is defined as the [string](https://www.mindstick.com/articles/1527/string-split-in-c-sharp) to the image. It is the correct **filepath**, and I'm not getting the "**broken image [link](https://www.mindstick.com/articles/23633/link-builder)**" icon.\
[script](https://www.mindstick.com/interview/477/how-can-i-execute-a-php-script-using-command-line) inside an [aspx page](https://www.mindstick.com/forum/218/how-do-i-create-an-aspx-page-that-periodically-refreshes-itself).\
Have I forgotten something here? If I do\
**response.write("hello"),****\**it [works fine](https://answers.mindstick.com/qa/115732/my-software-works-fine-on-windows-10-but-crashes-on-windows-11-why).\
Your help is greatly appreciated.

## Replies

### Reply by AVADHESH PATEL

Hi Royce,\
Make sure **filepather** string contains the virtual address of the image not the physical address.\
Like I have tested this and works fine.\
**Dim filePath As String = "http://localhost:2025/Styles/Images/logo.png"****Response.Write("<img src='" & filePath & "'/>")****\****\**


---

Original Source: https://www.mindstick.com/forum/1031/response-write-doesn-t-display-image

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
