Back Logout
List Of Subscribe Members
User Name
E Mail
Project
Country
Dated
Status
Delete
<% If rst.EOF or rst.BOF then %>
No Registration posted !( Database Empty )
<%
Else
do while not rst.EOF %>
<%=rst("nam")%>
<%=rst("email")%>
<%=rst("prj_type")%>
<%=rst("country")%>
<%=rst("date_field")%>
<%=rst("status")%>
">
<% rst.movenext
loop
rst.movefirst
End If
%>
<%if not rst.BOF or not rst.EOF then%>
Page -»
<%
for j=1 to intTotalpages
if j=int(intCurrentPage) then
%>
?currentPage=<%=j%>"><%=j%>
<%else%>
?currentPage=<%=j%>"><%=j%>
<%
end if
next
end if
rst.close : conn.close
set rst=nothing : set objConec=nothing
%>