diff options
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveTextBox.page')
-rw-r--r-- | demos/quickstart/protected/pages/ActiveControls/ActiveTextBox.page | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveTextBox.page b/demos/quickstart/protected/pages/ActiveControls/ActiveTextBox.page new file mode 100644 index 00000000..9a508e32 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveTextBox.page @@ -0,0 +1,15 @@ +<com:TContent ID="body" >
+
+<h1>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" />
+
+<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file |