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