|
<% If g_mainDT.Rows(0)("cuisines") <> "" Then%>
Cuisine
<% generalBulletListing(g_mainDT.Rows(0)("cuisines"))%>
<%End If%>
<% If g_mainDT.Rows(0)("establishments") <> "" Then%>
Establishment
<% generalBulletListing(g_mainDT.Rows(0)("establishments"))%>
<%End If%>
<% If g_mainDT.Rows(0)("services") <> "" Then%>
Services Offered
<% generalBulletListing(g_mainDT.Rows(0)("services"))%>
<%End If%> |
<% If g_mainDT.Rows(0)("features") <> "" Then%>
Special Features
<% generalBulletListing(g_mainDT.Rows(0)("features"))%>
<%End If%>
Price Range : <%= getPriceRange()%> |