|
<%
Option Explicit
On Error Resume Next
Response.Buffer=True
%>
<%'Microsoft ADO Constants%>
<%'Contains WriteFooter("") and WriteHeader("") Formatting Functions %>
<%'Required NervousDog.com Active Data Form Library%>
<%'Settings for ndBrowseForm.asp Code Library
ndEditForm = "Members_Edit_New.asp"
ndSQLSelect = "*"
ndSQLFrom = "Members2"
ndSQLPageSize = 10
ndAllowEdit = False
ndAllowDelete = False
ndAllowAdd = False
ndAllowSort = True
ndShowDrilldown = False
ndShowFilter = False
ndAllowExport = False
ndHideHeaderSpaces = True
%>
<%Call ndCreateBrowseGrid%>
|