BaseDataList.EnsureDataBound Method
Assembly: System.Web (in system.web.dll)
When you specify a value for the DataSourceID property, ASP.NET automatically binds the data listing control to the specified data source control. When ASP.NET performs data binding for the control, it calls the EnsureDataBound method first to verify that the control has not already been bound to data and that a valid data source control that implements the IDataSource interface is specified for its DataSourceID property. The EnsureDataBound method then calls the DataBind method.
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.