IfEmpty for String
Forum Post
Sep 19, 2013
Hi, I am trying to use IfEmpty in my transformation to hide/show some field on the basis of of Some object. Its of type Long text. <div style="display:<%#IfEmpty(Eval("key"), "none", "block") %>"> </div> I used same syntx for video object type, that worked, but this ...