9 references to Owner
System.Web.Extensions (9)
UI\AsyncPostBackTrigger.cs (4)
79
Page page =
Owner
.Page;
85
throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired,
Owner
.ID));
104
throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.AsyncPostBackTrigger_CannotFindEvent, eventName, ControlID,
Owner
.ID));
112
throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.AsyncPostBackTrigger_InvalidEvent, eventName, ControlID,
Owner
.ID));
UI\PostBackTrigger.cs (2)
45
Page page =
Owner
.Page;
51
throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired,
Owner
.ID));
UI\UpdatePanelControlTrigger.cs (3)
40
throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanelControlTrigger_NoControlID,
Owner
.ID));
42
Control foundControl = ControlUtil.FindTargetControl(ControlID,
Owner
, searchNamingContainers);
44
throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanelControlTrigger_ControlNotFound, ControlID,
Owner
.ID));