Thank you! If I wanted to keep the Event Name even if there isn't a link how could I do that?
<li>
<p><strong><%# IfEmpty(Eval("EventWebsite"), "test to display event name", "<a href=\"" + Eval("EventWebsite") + "\" target=\"_blank\">" + Eval("EventName")+ "</a>") %></strong> - <%# Eval("EventLocation") %><br />
<%# Eval("EventDateDisplay") %><br />
<%# Eval("EventBoothSummary") %></p>