System.Web.UI.HtmlControls.HtmlInputText.OnServerChange Method

Raises the HtmlInputText.ServerChange event.

Syntax

protected virtual void OnServerChange (EventArgs e)

Parameters

e
An EventArgs that contains event data.

Remarks

The HtmlInputText.ServerChange event is raised when the HtmlInputText.Value property is changed on the server.

Note:

The control must have view state enabled for the HtmlInputText.ServerChange event to work correctly.

Raising an event invokes the event handler through a delegate. For more information, see Raising an Event.

The HtmlInputText.OnServerChange(EventArgs) method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0