Occurs when the HtmlInputControl.Value property is changed on the server.
The HtmlInputHidden.ServerChange event is raised when the HtmlInputControl.Value property is changed between posts to the server.
The control must have view state enabled for the HtmlInputHidden.ServerChange event to work correctly.
For more information about handling events, see Consuming Events.