Avatar of tariqanis
tariqanis

asked on 

How to assign a variable to the image imageUrl

Hi,
I need to use a variable in place of an image imageUrl
I have my images stored in thefolder "~/UploadImages/", and the name of the image I need to display is stored in the variable ImageName
The code is simple:
<asp: image  id="myImage" runat="server" imageUrl="???????"

Please help
Web Languages and StandardsASP.NET

Avatar of undefined
Last Comment
tariqanis

8/22/2022 - Mon