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

<h1>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" />

<div class="last-modified">$Id$</div></com:TContent>