Click or drag to resize

EAPUtilRegisterHiddenField Method

Overload List
  NameDescription
Public methodStatic memberRegisterHiddenField(Page, String, String)
Create a hidden control on the page. This method should be used instead of the .Net Page.RegisterHiddenField() method if the value will need to be accessed on the client because the .Net method (as of v1.1) does not set an id attribute on the field. That's OK w/ Internet Explorer, but makes the field unavailable to javascript in Firefox.
Public methodStatic memberRegisterHiddenField(WebControl, String, String)
Create a hidden control nested inside the specified control. This method should be used instead of the .Net Page.RegisterHiddenField() method if the value will need to be accessed on the client because the .Net method (as of v1.1) does not set an id attribute on the field. That's OK w/ Internet Explorer, but makes the field unavailable to javascript in Firefox.
Top
See Also