RE:Document type URL links on or off
Forum Post
Dec 10, 2013
Is the full biography just a single field? If so, assumming it is called "FullBioField", something like this would only show the link if that field is not empty: <h2><%# IfEmpty(Eval("FullBioField"), "", "<a href=\"" + GetDocumentUrl() + "\">") %> <%# Eval("Name") %> <%#...