Base:
property
DataSourceID
System.Web.UI.WebControls.BaseDataBoundControl.DataSourceID
9 references to DataSourceID
System.Web (9)
UI\WebControls\HierarchicalDataBoundControl.cs (3)
48
if (!_currentDataSourceIsFromControl &&
DataSourceID
!= null &&
DataSourceID
.Length != 0) {
116
string dataSourceID =
DataSourceID
;
UI\WebControls\Menu.cs (4)
1320
(!String.IsNullOrEmpty(
DataSourceID
) || DataSource != null)) {
2151
if (!String.IsNullOrEmpty(
DataSourceID
) || DataSource != null) {
2259
String.IsNullOrEmpty(
DataSourceID
) && DataSource == null) {
2269
if (!String.IsNullOrEmpty(
DataSourceID
) ||
UI\WebControls\TreeView.cs (2)
2769
String.IsNullOrEmpty(
DataSourceID
) && DataSource == null) {
2777
if (!String.IsNullOrEmpty(
DataSourceID
) || DataSource != null) {