Class wwWebHiddenField
The hidden field control is just a specialized text control that creates an invisible field in the HTML document.
html
html
<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. |
Assembly: webcontrols.prg
© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic