2 writes to ControlID
System.Web.Extensions (2)
UI\AsyncPostBackTrigger.cs (1)
53base.ControlID = value;
UI\PostBackTrigger.cs (1)
38base.ControlID = value;
5 references to ControlID
System.Web.Extensions (5)
UI\AsyncPostBackTrigger.cs (1)
50return base.ControlID;
UI\PostBackTrigger.cs (1)
35return base.ControlID;
UI\UpdatePanelControlTrigger.cs (3)
39if (String.IsNullOrEmpty(ControlID)) { 42Control foundControl = ControlUtil.FindTargetControl(ControlID, Owner, searchNamingContainers); 44throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanelControlTrigger_ControlNotFound, ControlID, Owner.ID));