ASP.net repeater control with SQLDataReader as data source
- by PhilSando
Here is the markup for the repeater control and its templates:
<asp:Repeater ID="Repeater" runat="server">
<HeaderTemplate>
<table>
<tr>
<td colspan="3"><h2>Header information:</h2></td>
</tr>
</HeaderTemplate>
<ItemTemplate>
<tr>…