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