RE:Alt tags on file upload
Forum Post
Sep 12, 2013
Hi Filip, That's great it works! although if I don't have an image it shows a little 'image not found icon', how would I make the code above show nothing if there is no image. I was using this: <%# IfEmpty(Eval("MainImage"), "", GetImage("MainImage")) %> but I don'...