blob: 82a32f89f5d67a19d41c7c2dcbbd8a72cad68923 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<com:TContent ID="body" >
<h1 id="148011">TActiveDataList</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveDataList" />
<p class="block-content">
<tt>TActiveDataList</tt> represents a data bound and updatable list control which is the
active counterpart to the original <tt>TDataList</tt> control.
</p>
<p class="block-content">
This component can be used in the same way as the regular datalist, the only
difference is that the active datalist uses callbacks instead of postbacks
for interaction.
</p>
<p class="block-content">
Please refer to the original documentation of <a href="?page=Controls.DataList">TDataList</a> for usage.
</p>
<com:RunBar PagePath="ActiveControls.Samples.TActiveDataList.Home" />
</com:TContent>
|