System.Web.UI.WebControls.ButtonField.ValidateSupportsCallback Method

Determines whether the controls that are contained in a System.Web.UI.WebControls.ButtonField object support callbacks.

Syntax

public override void ValidateSupportsCallback ()

Remarks

The ButtonField.ValidateSupportsCallback method is a helper method that is used to determine whether the controls that are contained in a System.Web.UI.WebControls.ButtonField object support callbacks. This method is implemented as an empty method (a method that does not contain any code) to indicate that callbacks are supported.

Note:

The ButtonField.ValidateSupportsCallback method is used primarily by control developers.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0