Creates a TextRange object containing the hidden field's string value. See the TextRange object for details.
Indicates the current value associated with the form control that is submitted with the name/value pair for the element. All values are strings, but
Returns the type of form control element. The value is returned in all lowercase letters. It may be necessary to cycle through all form elements in
This is the identifier associated with the form control contains current InputTypeHidden element. The value of this property is submitted as one-half
Returns a reference to the form element that contains the current element (if any). When processing an event from this element, the event handler
Returns the string assigned to the value attribute of the element in the source code. You can use this value to reassign the original value to the
Used with IE data binding to specify the ID of the page's InputTypeHidden object element that loads the data source object for remote data access
Used with IE data binding to associate a remote data source column name with the element's value. A datasrc attribute must also be set for the el
The hidden object is a form control generated with an input element that has its type attribute is set to "hidden" . This element has no eve