<% Do Until rs.Eof %>
<% index = i Mod 2
If index = 1 Then
Response.Write "
"
Else
Response.Write "
"
End If %>
<%= rs("FirstName")%> <%= rs("LastName")%>
<%= rs("Extension")%>
<%= rs("Department")%>
<% i = i+1
rs.MoveNext
Loop %>
Click the Add button and see how easy to add a new staff online, no upload/download or FTP.
You can finish it in less than 1 minute. You can not do this with static web page.