This documentation is archived and is not being maintained.
ListView::PerformDataBinding Method
Visual Studio 2008
Binds the ListView control to the specified data source.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- data
- Type: System.Collections::IEnumerable
An object that implements the System.Collections::IEnumerable interface and that contains the data.
The PerformDataBinding method is a helper method that is called by the ListView control to bind the control to the specified data source.
Notes to Inheritors:Because the DataBind method is sealed, you must override the PerformDataBinding method if you want to perform any additional tasks when binding data.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: