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

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

<p class="block-content">
<tt>TActiveLabel</tt> is the active control counterpart of <tt>TLabel</tt> component. When
<tt>ActiveControl.EnableUpdate</tt> property is true during a callback request, setting <tt>Text</tt>
property will also set the text of the label on the client upon callback
completion. Similarly, setting <tt>ForControl</tt> will also set
the client-side "for" attribute on the label.
</p>

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

</com:TContent>