6 references to Control
System.Web.Extensions (6)
UI\PageRequestManager.cs (3)
422
if (String.IsNullOrEmpty(errorMessage) && !_owner.
Control
.Context.IsCustomErrorEnabled) {
431
if (_owner.AllowCustomErrorsRedirect && _owner.
Control
.Context.IsCustomErrorEnabled) {
448
IDictionary items = _owner.
Control
.Context.Items;
UI\ScriptManager.cs (2)
1054
_compositeScript.ClientUrlResolver =
Control
;
1069
scriptReference.ClientUrlResolver =
Control
;
UI\ScriptReference.cs (1)
392
return GetUrlFromName(scriptManager, scriptManager.
Control
, zip, useCdnPath);