Urgh. Right. This is basically what I want to do:
VB Code:
<%# If Not Container.DataItem("strImagePath") = vbNullString Then %> <img src="<%# Container.DataItem("strImagePath") %>" /> <% Else %> <% End If %>
No combinatio of that seems to work![]()




Reply With Quote