I am trying to hide an image in a formview if the imageurl is blank.
Site is driven by database - and if there is nothing in the database as a picture filename then I want to hide the image - If there is a filename in the database I want to show the image.
Showing is not a problem - but I dont want to show an empty placeholder box on the website if there is no file to display.
Tried various methods to no avail....