<% ' Create a recordset object to store specific table information Set objRS = Server.CreateObject("ADODB.Recordset") 'Establish what records you want selected for the SQL query string SQL = "Select * From TblPages where Editable = 'Y' order by OrderNumber" 'Set the recordset object equal to the SQL query string objRS.Open SQL, objADO, 1, 3 %>

MANAGE PAGES

<% while not objrs.EOF %> <% objrs.MoveNext %> <% wend %>
Navigation Text Action
<%= objrs("NavigationText") %> ','','675','600','1','1','100','100');">Edit