ASP - Example Code II (contd.)
<td align="left" width="80%" valign="middle">
<% For Each fld in list.Fields %>
<% = fld.Value %> ‘ use the generic field object to display the value
list.MoveNext ‘ loop through the record list
End if ' for record display
'------------------------------------------