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