1 implementation of ClientScript
System.Web.Extensions (1)
UI\PageWrapper.cs (1)
37IClientScriptManager IPage.ClientScript {
6 references to ClientScript
System.Web.Extensions (6)
UI\ScriptManager.cs (4)
927IPage.ClientScript.RegisterClientScriptBlock(typeof(ScriptManager), "FrameworkLoadedCheck", 1312IPage.ClientScript.GetPostBackEventReference(new PostBackOptions(this, null, null, false, false, false, false, true, null)); 1691LoadScriptsBeforeUI, (IsInAsyncPostBack ? null : IPage.ClientScript), 1729this.IPage.ClientScript.RegisterClientScriptBlock(typeof(ScriptManager),
UI\ScriptRegistrationManager.cs (1)
325_scriptManager.IPage.ClientScript.RegisterStartupScript(typeof(ScriptRegistrationManager),
UI\Timer.cs (1)
184IPage.ClientScript.GetPostBackEventReference(new PostBackOptions(this, String.Empty));