blob: 5bbfb8564cbdc07b19ea0c6099892fc134190399 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<com:TContent ID="body" >
<h1 id="178029">TActiveTextBox</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveTextBox" />
<p class="block-content">
<tt>TActiveTextBox</tt> is the active control counterpart of <tt>TTextBox</tt> component.
<tt>TActiveTextBox</tt> allows the <tt>Text</tt> property of the textbox to
be changed during callback. When <tt>AutoPostBack</tt> property
is true, changes to the textbox contents will perform a callback request causing
<tt>OnTextChanged</tt> to be fired first followed by <tt>OnCallback</tt> event.
</p>
<com:RunBar PagePath="ActiveControls.Samples.TActiveTextBox.Home" />
</com:TContent>
|