![]() ![]() | ||
This class gives you access to HTML <input type= "hidden"> elements in server code. Here is the inheritance hierarchy of this class:
Object Control HtmlControl HtmlInputControl HtmlInputHidden
You can find the notable public events of HtmlInputHidden objects in Table 19.21. (This class has no non-inherited properties or methods.) Note that as with other HTML server controls, I am not listing the notable properties, methods, and events this class inherits from the Control class; you can find them in Tables 15.1 to 15.3 in Chapter 15. This class also inherits the HtmlControl class—you can find that class in Table 19.2—and the HtmlInputControl class, which you can find in Table 19.4.
Event |
Means |
---|---|
ServerChange |
Occurs when the Value property changes—handle this event on the server. |
![]() ![]() | ||