##Sa_BeginLoop##
...
##Sa_EndLoop##By simply wrapping a block of HTML with this looping marker, that block will be repeated once for each row of data returned by the bound Data Object. Each Data Site contained in the looped block will be populated with the current data row's column value. Here are examples of addresses:
SELECT lastname, firstname, address, city, state, zipcode FROM people
<PRE>
##Sa_BeginLoop##
##Sa_Lastname##, ##Sa_Firstname##
##Sa_Address##
##Sa_City##, ##Sa_State## ##Sa_Zipcode##
<BR>
##Sa_endLoop##
</PRE>