<%#IIf(Container.DataItem("gi_type") = String.Empty, String.Empty, "| Type: | " + Container.DataItem("gi_type") + " |
")%>
<%#IIf(Container.DataItem("gi_time") = String.Empty, String.Empty, "| Time: | " + Container.DataItem("gi_time") + " |
")%>
<%#IIf(Container.DataItem("gi_location") = String.Empty, String.Empty, "| Location: | " + Container.DataItem("gi_location") + " |
")%>
<%#IIf(Container.DataItem("gi_cost") = String.Empty, String.Empty, "| Cost: | " + Container.DataItem("gi_cost") + " |
")%>
<%#IIf(Container.DataItem("gi_contactperson") = String.Empty, String.Empty, "| Contact: | " + Container.DataItem("gi_contactperson") + " |
")%>
<%#IIf(Container.DataItem("gi_contactphone") = String.Empty, String.Empty, "| Phone: | " + Container.DataItem("gi_contactphone") + " |
")%>
<%#IIf(Container.DataItem("gi_contactemail") = String.Empty, String.Empty, "| Email: | " + Container.DataItem("gi_contactemail") + " |
")%>
<%#IIf(Container.DataItem("gi_url") = String.Empty, String.Empty, "| URL: | " + Container.DataItem("gi_url") + " |
")%>
<%#IIf(Container.DataItem("gi_description") = String.Empty, String.Empty, "" + Container.DataItem("gi_description").ToString.Replace(vbNewLine, " ") + " |
")%>
<%#IIf(System.IO.File.Exists(MapPath("documents/" + Container.DataItem("gi_id").ToString + ".pdf")), "| Download PDF |
", String.Empty)%>