RE:Alt tags on file upload
Forum Post
Sep 13, 2013
Hi Jon, Using IfEmpty combined with retrieving image from Image selection form control should look like this: <%# IfEmpty(Eval("MainImage"), "", "<img src=\"" + (GetDocumentUrl("MainImage", "")) + "\" alt=\"" + (Eval("alt")) + "\" />") %> Best regards, Filip Ligac