This documentation is archived and is not being maintained.

CommandField::ValidateSupportsCallback Method

Determines whether the controls contained in a CommandField object support callbacks.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
virtual void ValidateSupportsCallback() override

ExceptionCondition
NotSupportedException

The Select button is displayed in the CommandField object. The CommandField class does support callbacks when the Select button is displayed.

The ValidateSupportsCallback method is a helper method used to determine whether the controls contained in a CommandField object support callbacks. The CommandField class does not support callbacks when the Select button is displayed. This method has been implemented to throw a NotSupportedException exception when the Select button is displayed.

NoteNote

This method is used primarily by control developers.

Notes to Inheritors

Classes that derive from the CommandField 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.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: