System.Web.UI.WebControls.DataControlField.ValidateSupportsCallback Method

When overridden in a derived class, signals that the controls contained by a field support callbacks.

Syntax

public virtual void ValidateSupportsCallback ()

Remarks

The DataControlField.ValidateSupportsCallback method is a helper method used to determine whether the controls contained in a System.Web.UI.WebControls.DataControlField object support callbacks. The base implementation of this method has been implemented to throw a NotSupportedException exception to indicate that callbacks are not 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