2 overrides of DataSourceID
System.Web (2)
UI\WebControls\DataBoundControl.cs (1)
182
public override string
DataSourceID
{
UI\WebControls\HierarchicalDataBoundControl.cs (1)
29
public override string
DataSourceID
{
2 writes to DataSourceID
System.Web (2)
UI\WebControls\DataBoundControl.cs (1)
187
base.
DataSourceID
= value;
UI\WebControls\HierarchicalDataBoundControl.cs (1)
34
base.
DataSourceID
= value;
4 references to DataSourceID
System.Web (4)
UI\WebControls\BaseDataBoundControl.cs (2)
87
if (String.IsNullOrEmpty(value) && !String.IsNullOrEmpty(
DataSourceID
)) {
122
return (
DataSourceID
.Length > 0);
UI\WebControls\DataBoundControl.cs (1)
184
return base.
DataSourceID
;
UI\WebControls\HierarchicalDataBoundControl.cs (1)
31
return base.
DataSourceID
;