EAPUtilRegisterHiddenField Method |
Name | Description | |
---|---|---|
![]() ![]() | RegisterHiddenField(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.
|
![]() ![]() | RegisterHiddenField(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.
|