AutoGeneratedField.ValidateSupportsCallback Method
Assembly: System.Web (in system.web.dll)
The ValidateSupportsCallback method is the helper method used to determine whether the controls contained in an 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 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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note