System.Web.UI.WebControls.BoundField.ValidateSupportsCallback Method

Determines whether the controls contained in a System.Web.UI.WebControls.BoundField object support callbacks.

Syntax

public override void ValidateSupportsCallback ()

Remarks

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

Note:

This 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