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

<h1>TInPlaceTextBox Samples</h1>

<table class="sampletable">

<tr><td class="samplenote">
An in-place textbox text updating a label when its text changes:
</td><td class="sampleaction">
<com:TInPlaceTextBox ID="txt1" Text="This is an in-place textbox" OnTextChanged="textChanged" />
<br/><com:TActiveLabel Text="This is a label" ID="label1"
/>
</td></tr>

</table>

</com:TContent>