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