![]() ![]() | ||
This class gives you access to the HTML <button> tag in server code. Here is the inheritance hierarchy of this class:
Object Control HtmlControl HtmlContainerControl HtmlButton
You can find the notable public properties of HtmlButton objects in Table 19.12 and their notable events in Table 19.13. (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 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 HtmlContainerControl class, which you can find in Table 19.3.
Property |
Means |
---|---|
CausesValidation |
Gets/sets whether validation is performed by this button. |
Event |
Means |
---|---|
ServerClick |
Occurs when the user clicks a button. Handle this event on the server. |
Related solution: |
Found on page: |
---|---|
674 |
![]() ![]() | ||