Wine List
<% If Not rsWine.EOF Or Not rsWine.BOF Then %>
<%
While ((Repeat1__numRows <> 0) AND (NOT rsWine.EOF))
%>
<%
If WineCategoryName <> (rsWine.Fields.Item("CategoryName").Value) Then
Response.Write("| " & (rsWine.Fields.Item("CategoryName").Value) & " | ")
WineCategoryName = (rsWine.Fields.Item("CategoryName").Value)
End If
%>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
rsWine.MoveNext()
Wend
%>
<% End If ' end Not rsWine.EOF Or NOT rsWine.BOF %>
<% If rsWine.EOF And rsWine.BOF Then %>
We're sorry, but we are currently updating our wine list. Please come into the restaurant to see our outstanding selection of fine wines.
<% End If ' end rsWine.EOF And rsWine.BOF %>
* Items subject to change