When overridden in a derived class, signals that the controls contained by a field support callbacks.
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.
This method is used primarily by control developers.