Raised on the server when the HtmlInputHidden control changes 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 );
HtmlInputHidden Class | HtmlInputHidden Members | System.Web.UI.HtmlControls Namespace