Ive been googling and racking my brains for a few hours now for something which im sure shouldnt be difficult. Having torn clumps of hair out im resorting to posting here, so i apologise if this is a ridiculously stupid question!!
Im trying to write to my asp page from codebehind variables. Ideally an array (of directories + a random image) but for now im resorting to a simple variable containing a folder and image path. Im using the following code to make an image on the page with the image from the variable taken from code behind. The variable itself contains the string but as soon as its ported to an image nothing appears on the page, and i cant for the life of me figure out why..
<% Response.Write("<img src="" & FolderFileString & ""/>")%>
Simple i would have thought but im obviously missing something because nothing appears. Am i doing something wrong or is there something about Respons ...
Go to the complete details ...