I need to check whether an HTML field is empty or not for a transformation:
<%# IsEmpty(Eval("OfficeDirections"),"",Eval("OfficeDirections") + "<br />") %>
However, this field always contains "<BR />" when it is empty and the code fails.
How would I test for the string instead of it being empty?