diff options
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page')
-rw-r--r-- | demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page b/demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page new file mode 100644 index 00000000..23240da8 --- /dev/null +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page @@ -0,0 +1,12 @@ +<com:TContent ID="body" >
+
+<h1 id="158004">TActiveHiddenField</h1>
+<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveHiddenField" />
+
+<p class="block-content">
+<tt>TActiveHiddenField</tt> is the active control counterpart of <tt>THiddenField</tt> component.
+It displays a hidden input field on a Web page. The value of the input field can be accessed and changed
+on callback via the <tt>Value</tt> property.
+</p>
+
+<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file |