Raised on the server when a user clicks an HTML Input Button control.
[Visual Basic] Overridable Protected Sub OnServerClick( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnServerClick( EventArgs e ); [C++] protected: virtual void OnServerClick( EventArgs* e ); [JScript] protected function OnServerClick( e : EventArgs );
The event causes a roundtrip to occur from the browser.
HtmlInputButton Class | HtmlInputButton Members | System.Web.UI.HtmlControls Namespace