<%Response.Write FormatDateTime(Now,1)%>
<% hSQL = "Select * FROM ViewOnlyAvailable order by TitleNames" Set hs = GobjConnect.Execute(hSQL) %> <%If hs.eof then%>
-----Nothing-----
<%else%> <% Do While Not hs.eof %>
"><%response.write hs.Fields("TitleNames")%>
<% hs.MoveNext Loop %> <%end if%> <% hs.Close Set hs = Nothing %>
Registration Details :
You need to fill both Full Name and Email Field!