![]() ![]() | ||
This class gives you access to HTML <input type= "button">, <input type= "submit">, and <input type= "reset"> in server code. Here is the inheritance hierarchy for this class:
You can find the notable public properties of HtmlInputButton objects in Table 19.14 and their notable events in Table 19.15. (This class has no non-inherited 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 Chapter 15, Tables 15.1 to 15.3. 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.
Property |
Means |
---|---|
CausesValidation |
Gets/sets whether this button performs validation. |
Event |
Means |
---|---|
ServerClick |
Occurs when an input button is clicked. Handle this event on the server. |
![]() ![]() | ||