4 references to ControlID
System.Web.DynamicData (4)
DynamicData\DataControlReference.cs (2)
40if (String.IsNullOrEmpty(ControlID)) { 44return "DataControl: " + ControlID;
DynamicData\DynamicDataManager.cs (2)
120Control targetControl = Misc.FindControl(this, controlReference.ControlID); 125controlReference.ControlID));