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