Repeater, the new Do Until rs.eof
<Repeater DataSourceID="SqlDataSource1" runat="server">
<HeaderTemplate></HeaderTemplate> 'Start Table
<FooterTemplate></FooterTemplate> 'End Table
<ItemTemplate></ItemTemplate> 'Build Table Body #Eval("column_Name")
</Repeater>
Replaces the Spaghetti Do…Loop Code.
Advertisement