| <% If rs("DPrice") > 0 Then %><% Else %>">Download<% End If %> |
<% = Server.HTMLEncode(rs("DName")) %> <% If rs("DPrice") = 0 Then %>Free<% Else %>$<% = rs("DPrice") %><% End If %>
<% = Server.HTMLEncode(rs("DDescription")) %> |
<%
rs.MoveNext
Loop
rs.Close
Set rs = Nothing
%>