The hidden field control is just a specialized text control that creates an invisible field in the HTML document.
<ww:wwWebHiddenField runat="server" id="txtHidden" Text="hidden text" />
All field output is driven through the Text property. Please note that you should not set a Value property in the declarative code.
Class Members
Member | Description | |
---|---|---|
Text |
The text property contains that value of the hidden field. |
Requirements
Assembly: webcontrols.prg© West Wind Technologies, 1996-2024 • Updated: 05/22/07
Comment or report problem with topic