chetan2309-gmail
-
9/19/2013 10:48:46 AM
IfEmpty for String
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 didn't
Regards, Chetan
|