ServerWatch™ - Serving Trends and Analysis to the Enterprise
Search ServerWatch
Search ServerWatch
Search ServerWatch



Become a Marketplace Partner

  • Partner With Us














ServerWatch > Tutorials

August 23, 1998
What does Dynamic Web Application Really Mean ?

Noppadol Weerakitti

Sample Dynamic Telephone Book

<% Do Until rs.Eof %> <% index = i Mod 2 If index = 1 Then Response.Write "" Else Response.Write "" End If %> <% i = i+1 rs.MoveNext Loop %>
Name Extension Department
<%= rs("FirstName")%> <%= rs("LastName")%> <%= rs("Extension")%> <%= rs("Department")%>
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.


Go to page 1  2  3  4  


Discuss this article
Tools:
Add serverwatch.com to your favorites
Add serverwatch.com to your browser search box
IE 7 | Firefox 2.0 | Firefox 1.5.x

Tutorials Archives