HtmlInputButton::ServerClick Event
.NET Framework (current version)
Occurs when an HtmlInputButton control is clicked on the Web page.
Assembly: System.Web (in System.Web.dll)
This event is raised when an HtmlInputButton control is clicked.
Note |
|---|
A Reset button does not raise the ServerClick event. |
For more information about handling events, see NIB: Consuming Events.
The following code example demonstrates how to specify and code a handler for the ServerClick event. The event handler adds the values of the two text boxes on the page and displays the results.
.NET Framework
Available since 1.1
Available since 1.1
Show:
