This documentation is archived and is not being maintained.
FormView::IsBindableType Method
Visual Studio 2010
Determines whether the specified data type can be bound to a field in the FormView control.
Assembly: System.Web (in System.Web.dll)
Parameters
- type
- Type: System::Type
A Type that represents the data type to check.
Return Value
Type: System::Booleantrue if the specified data type can be bound to a field in the FormView control; otherwise, false.
The IsBindableType method is a helper method called by the FormView control to determine whether the specified data type can be bound to a field in the control. The FormView control supports the following data types:
Notes to InheritorsWhen extending the FormView class, you can override this method to add or restrict the data types that can be used in a FormView control.
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: