summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/ActiveHiddenField.page
blob: fbf4c82d37717a7fa3d25a841765b40a9477b4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>

</com:TContent>