Urgh. Right. This is basically what I want to do:

VB Code:
  1. <%# If Not Container.DataItem("strImagePath") = vbNullString Then %>
  2.     <img src="<%# Container.DataItem("strImagePath") %>" />
  3. <% Else %>
  4.     &nbsp;
  5. <% End If %>

No combinatio of that seems to work