Class wwWebHiddenField

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

MemberDescription
Text The text property contains that value of the hidden field.

Assembly: webcontrols.prg