summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/HiddenField.page
blob: aa2e7c870416feb20f8cac89cff1f39c66cc145f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<com:TContent ID="body" >

<h1 id="2701">THiddenField</h1>
<com:DocLink ClassPath="System.Web.UI.WebControls.THiddenField" />

<p>
<tt>THiddenField</tt> represents a hidden field on a Web page. The value of the hidden field can be accessed via its <tt>Value</tt> property.
</p>
<p>
<tt>THiddenField</tt> raises an <tt>OnValueChanged</tt> event if its value is changed during postback.
</p>

</com:TContent>