<% Option Explicit %> Chicago Conference Content <% Dim ErrorMessage If request.servervariables("REQUEST_METHOD")="POST" Then Dim confirmation confirmation = request.Form("confirmation") SQL = "select * from chicago2009 where confirmation='" & confirmation & "'" %> <% If Not orecordset.eof Then session("IsConference")="1" 'response.redirect "chicago_registration_list.asp" End If ErrorMessage = "Sorry. That is not a valid QUEST confirmation number." End If %>

<%If session("IsConference")="1" then%>

Conference Delegate Certificate

View Delegate Certificate


Conference Presentations

View Conference Presentations


<%Else%>

Conference Presentations



<%If ErrorMessage<>"" then%> <%End if%>
<%=ErrorMessage%>

Enter your payment confirmation code found in your payment confirmation email.


<%End if%>