ListControl.PerformDataBinding Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Binds the specified data source to the control that is derived from the ListControl class.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected void PerformDataBinding ( IEnumerable dataSource )
protected internal override function PerformDataBinding ( dataSource : IEnumerable )
Not applicable.
Parameters
- dataSource
An IEnumerable that represents the data source.
| Exception type | Condition |
|---|---|
| The cached value of SelectedIndex is out of range. | |
| The cached values of SelectedIndex and SelectedValue do not match. |
Community Additions
ADD
Show: