summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/ActiveRepeater.page
blob: d83b5a06985f3a6571bf7cd6328db1fdd0a9ce4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<com:TContent ID="body" >

<h1 id="176028">TActiveRepeater</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveRepeater" />

<p class="block-content">
<tt>TActiveRepeater</tt> represents a data bound and updatable repeater control which is the
active counterpart to the original <tt>TRepeater</tt> control.
</p>

<p class="block-content">
This component can be used in the same way as the regular repeater, the only
difference is that the active repeater uses callbacks instead of postbacks
for interaction.
</p>

<p class="block-content">
Please refer to the original documentation of <a href="?page=Controls.Repeater">TRepeater</a> for usage.
</p>

<com:RunBar PagePath="ActiveControls.Samples.TActiveRepeater.Home" />
</com:TContent>