3 references to AssociatedUpdatePanelID
System.Web.Extensions (3)
UI\UpdateProgress.cs (3)
192if (!String.IsNullOrEmpty(AssociatedUpdatePanelID)) { 194UpdatePanel c = ControlUtil.FindTargetControl(AssociatedUpdatePanelID, this, true) as UpdatePanel; 198throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdateProgress_NoUpdatePanel, AssociatedUpdatePanelID));