summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-06-02 19:27:21 +0000
committerctrlaltca@gmail.com <>2011-06-02 19:27:21 +0000
commit0daa38a4f5bb43d7332d681a98ccb693bc579230 (patch)
tree2b6435d1cdd4acddac1281aba120957ecc7cfe1a /demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page
parent3490b6226263b05d980d040a8fbf933c23979ab6 (diff)
further documentation updates: everything else plus some things that were not even listed. Only T*RatingList has been left out
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page')
-rw-r--r--demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page12
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..00077b59
--- /dev/null
+++ b/demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page
@@ -0,0 +1,12 @@
+<com:TContent ID="body" >
+
+<h1>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