<%@ Page Language="C#" Inherits="StrategicHorizons.ArticleSearch.Presentation.EventDisplayPage" EnableSessionState="false" EnableViewState="true" ErrorPage="selectAppearancesError.html" Trace="false" %> <%@ Import Namespace="StrategicHorizons.ArticleSearch.Business" %> <%@ Import Namespace="StrategicHorizons.ArticleSearch.Persistence" %> <%@ OutputCache Location="none" %> Strategic Horizons LLP | Select Appearances
Pine & Gilmore Our Thoughts Our Offerings Strategic Horizons LLP
encountering speaking workshops executive education advice & counsel

Select Appearances

Joe Pine
Select upcoming public appearances for Joe Pine

<% foreach (Event evt in EventList) { if (evt.Presenter == "P") { JoeEvents++; } if (evt.Presenter == "G") { JimEvents++; } if (evt.Presenter == "B") { JointEvents++; } } %> <% foreach (Event evt in EventList) { %> <% if (evt.Presenter == "P") { %>

<%=evt.Name%>
<%=evt.Sponsor%>
Date: <%=evt.EventDate.ToLongDateString()%>
<%=evt.Location%>
<%=evt.Website%>

<% } %> <% } %> <% if ((JoeEvents > JimEvents) && (JointEvents > 0)) { %>

Presenting Jointly

<% foreach (Event evt in EventList) { %> <% if (evt.Presenter == "B") { %>

<%=evt.Name%>
<%=evt.Sponsor%>
Date: <%=evt.EventDate.ToLongDateString()%>
<%=evt.Location%>
<%=evt.Website%>

<% } %> <% } %> <% } %>

Jim Gilmore
Select upcoming public appearances for Jim Gilmore

<% foreach (Event evt in EventList) { %> <% if (evt.Presenter == "G") { %>

<%=evt.Name%>
<%=evt.Sponsor%>
Date: <%=evt.EventDate.ToLongDateString()%>
<%=evt.Location%>
<%=evt.Website%>

<% } %> <% } %> <% if ((JimEvents >= JoeEvents) && (JointEvents > 0)) { %>

Presenting Jointly

<% foreach (Event evt in EventList) { %> <% if (evt.Presenter == "B") { %>

<%=evt.Name%>
<%=evt.Sponsor%>
Date: <%=evt.EventDate.ToLongDateString()%>
<%=evt.Location%>
<%=evt.Website%>

<% } %> <% } %> <% } %>