Repeater.IsBoundUsingDataSourceID Property
.NET Framework 3.0
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a value indicating whether the DataSourceID property is set.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: