Address
-
Hi I have created a method which uploads a file to a directory of my choice, (will be a webserver soon), and it stores the file name to my database table i want to be able to pull the file name from my database and pass it into a prefixed
how wouldi format the img tag address so that I can pass my address into the img tag i am guessin it needs to be something like this
/> the image store being a string cheers boyindie
-
Hi I have created a method which uploads a file to a directory of my choice, (will be a webserver soon), and it stores the file name to my database table i want to be able to pull the file name from my database and pass it into a prefixed
how wouldi format the img tag address so that I can pass my address into the img tag i am guessin it needs to be something like this
/> the image store being a string cheers boyindie
Well you could do that, though it needs to be
but why not use an asp:Image control instead, and set it's ImageUrl property to imageStore in your code?