Repeater::IsBoundUsingDataSourceID Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a value indicating whether the DataSourceID property is set.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the DataSourceID property is set to a value other than an empty string (""); otherwise, false.
The IsBoundUsingDataSourceID property is a helper property that determines whether the control is bound to an ASP.NET 2.0 data source control, such as an ObjectDataSource or a SqlDataSource control.
.NET Framework
Available since 2.0
Available since 2.0
Show: