<%@LANGUAGE="VBSCRIPT"%> <% Dim shows Dim shows_cmd Dim exhibitors Dim exhibitors_cmd Dim showname Dim address Dim counter counter = 0 If (Request.QueryString("showid") = "") Then Set shows_cmd = Server.CreateObject ("ADODB.Command") shows_cmd.ActiveConnection = MM_SQLServer_STRING shows_cmd.CommandText = "SELECT * FROM fortbride.shows" shows_cmd.Prepared = true Set shows = shows_cmd.Execute Else Set exhibitors_cmd = Server.CreateObject ("ADODB.Command") exhibitors_cmd.ActiveConnection = MM_SQLServer_STRING exhibitors_cmd.CommandText = "SELECT * FROM fortbride.exhibitors WHERE showid = ? ORDER BY exhibitor" exhibitors_cmd.Prepared = true exhibitors_cmd.Parameters.Append exhibitors_cmd.CreateParameter("param1", 5, 1, -1, Request.QueryString("showid")) Set shows_cmd = Server.CreateObject ("ADODB.Command") shows_cmd.ActiveConnection = MM_SQLServer_STRING shows_cmd.CommandText = "SELECT * FROM fortbride.shows WHERE id = ?" shows_cmd.Prepared = true shows_cmd.Parameters.Append shows_cmd.CreateParameter("param1", 5, 1, -1, Request.QueryString("showid")) Set exhibitors = exhibitors_cmd.Execute Set shows = shows_cmd.Execute If (NOT shows.EOF) Then showname = shows.Fields.Item("showname").Value Else showname = "Selected Show Not Found" End If End If %> Fort Wayne Bridal Spectacular—Exhibitors
home

Exhibitors

<% If (Request.QueryString("showid") = "") Then While (NOT shows.EOF) %>

"> <%=(shows.Fields.Item("showname").Value)%>

<% shows.MoveNext() Wend Else %>

<%= showname %>

<% While (NOT exhibitors.EOF) counter = counter + 1 address = trim(exhibitors.Fields.Item("address").Value) If (address <> "") Then If (Left(address,7) = "http://") Then address = address ElseIf (Left(address,8) = "https://") Then address = address Else address = "http://" + address End If %> <% End If %> <%=(exhibitors.Fields.Item("exhibitor").Value)%>
<% If (address <> "") Then %>
<% End If exhibitors.MoveNext() Wend If (counter = 0) Then %>

More information coming soon!

<% End If %>


Back To Shows

<% End If %>
visitor information
exhibitors
door prizes
bridal style show
vendor registration
contact
   Sunday, October 3, 2010
   Noon–4 pm
   Tickets $5.50 Expo hall #3

   Saturday and Sunday
   January 8-9, 2011
   Noon–4 pm both days
   Tickets $6.75 Expo hall #1

   Tickets available the day
   of the show only

    Free admission for children under 12.

   Memorial Coliseum
   4000 Parnell Avenue
   Fort Wayne, IN {map}
  © Copyright 2007 Tradeshow Productions, Inc. All rights reserved. Designed by Monkeyhouse Marketing & Design
<% shows.Close() Set shows = Nothing %>