%'GoLive Content Source
set quilts = ADORecordSet("quilters" , "select * from quilts where gall ='Quilts' order by ID desc", "block=3996", "ID", "quilts")
%>
Paula's Gallery
<% quilts.MoveFirst %>
<% quilts.Move quilts.FirstRecordOnPage - 1 %>
<% rowCounter530 = 0 %>
<% while not quilts.EOF and rowCounter530 < 999 %>
<% cellCounter530 = 0 %>
<% while not quilts.EOF and cellCounter530 < 4 %>
<%=quilts.Value("title")%>
|
<% cellCounter530 = cellCounter530 + 1 %>
<% quilts.MoveNext %>
<% wend %>
<% rowCounter530 = rowCounter530 + 1 %>
<% wend %>