blob: ee9992d9a2b5b970c24a82e41b294388a98ac72d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<com:TContent ID="body">
<h1>TActiveRepeater Sample 5</h1>
<com:TActiveRepeater ID="Repeater"
ItemRenderer="Application.pages.ActiveControls.Samples.TActiveRepeater.RegionDisplay">
<prop:HeaderTemplate>
<table cellspacing="1" style="border:1px solid silver">
</prop:HeaderTemplate>
<prop:FooterTemplate>
</table>
</prop:FooterTemplate>
</com:TActiveRepeater>
<div class="last-modified">$Id: $</div></com:TContent>
|