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