---
title: "How to display images in ASP.NET?"  
description: "How to display images in ASP.NET?"  
author: "Anonymous User"  
published: 2011-01-10  
updated: 2011-01-10  
canonical: https://www.mindstick.com/forum/147/how-to-display-images-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# How to display images in ASP.NET?

I [am trying](https://answers.mindstick.com/qa/36834/which-two-programming-languages-should-i-master-in-if-i-am-trying-to-get-into-google-or-facebook) to show image in [ASP.NET](https://www.mindstick.com/articles/934/default-folders-available-inside-the-asp-dot-net-application-folder) [page](https://www.mindstick.com/articles/13031/why-to-make-a-wikipedia-page), I am using [Image Control](https://www.mindstick.com/forum/95341/how-can-use-upload-image-control-in-asp-dot-net) and storing image in App_Data folder.\
Please reply with [sample](https://www.mindstick.com/news/2174/mars-mission-by-nasa-prepares-for-tests) [code](https://yourviews.mindstick.com/view/85458/alan-turing-the-mastermind-behind-cracking-the-enigma-code-during-world-war-ii) , how to show image in ASP.NET?\
Thanks ![How to display images in ASP.NET?](https://www.mindstick.com/app_images/htmleditor.icons/msp_blushing.gif)\

## Replies

### Reply by Amit Singh

this is the special folder and this is the secure folder for data. so we cannot access the [image](https://www.mindstick.com/articles/23551/an-investigate-distinctive-seafood-restaurant-for-your-image-stamp-character) in image [control](https://www.mindstick.com/blog/197/asp-dot-net-repeater-control).\
we can access the image from the image folder.\
as\

```
<asp:Image ID="Image1" runat="server" ImageUrl="~/Image/Desert.jpg" />
```


---

Original Source: https://www.mindstick.com/forum/147/how-to-display-images-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
