System.Web.UI.WebControls.AutoGeneratedField.ValidateSupportsCallback Method

Determines whether the controls contained in an System.Web.UI.WebControls.AutoGeneratedField object support callbacks.

Syntax

public override void ValidateSupportsCallback ()

Remarks

The AutoGeneratedField.ValidateSupportsCallback method is the helper method used to determine whether the controls contained in an System.Web.UI.WebControls.AutoGeneratedField 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 primarily used by control developers.

Classes that derive from the System.Web.UI.WebControls.DataControlField class can override this method to indicate whether the controls contained by the field support callbacks. To indicate that callbacks are supported, implement this method as an empty method that does not throw an exception; otherwise, throw an exception with a useful message describing why callbacks are not supported.

Requirements

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