usmaan
-
6/20/2013 10:17:34 AM
Visible Macro
I have a web part which I want to toggle to visible and invisible depending on a certain field on the DocumentType.
Something like this (Within the Visible property):
{%Eval("DisplayName")%} == "Video"
How do I make the above correct in terms of syntax?
|