2 references to FindTargetControl
System.Web.Extensions (2)
UI\UpdatePanelControlTrigger.cs (1)
42
Control foundControl = ControlUtil.
FindTargetControl
(ControlID, Owner, searchNamingContainers);
UI\UpdateProgress.cs (1)
194
UpdatePanel c = ControlUtil.
FindTargetControl
(AssociatedUpdatePanelID, this, true) as UpdatePanel;