BaseDataList.IsBoundUsingDataSourceID Property
.NET Framework 3.0
Gets a value indicating whether the DataSourceID property is set.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ protected boolean get_IsBoundUsingDataSourceID ()
protected function get IsBoundUsingDataSourceID () : boolean
Not applicable.
Property Value
true if DataSourceID is set to a value other than Empty; otherwise, false.Community Additions
ADD
Show: