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