3 references to DataControlHelper
System.Web.DynamicData (3)
DynamicData\DynamicDataExtensions.cs (1)
213
return
DataControlHelper
.FindDataSourceControl(current);
DynamicData\DynamicDataManager.cs (1)
167
IDataBoundControlInterface dataBoundControl =
DataControlHelper
.GetDataBoundControl(control, true /*failIfNotFound*/);
DynamicData\Util\MetaTableHelper.cs (1)
156
IDataBoundControlInterface dataBoundControl =
DataControlHelper
.GetDataBoundControl(current, false /*failIfNotFound*/);