Raised on the server when the HtmlSelect control list values change between postback requests.
[Visual Basic] Overridable Protected Sub OnServerChange( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnServerChange( EventArgs e ); [C++] protected: virtual void OnServerChange( EventArgs* e ); [JScript] protected function OnServerChange( e : EventArgs );
This event is raised only when a user initiates a round-trip back from the browser (for example, when a submit button is clicked). On its own, this event does not cause a round-trip to occur.
HtmlSelect Class | HtmlSelect Members | System.Web.UI.HtmlControls Namespace