11 references to RegisterStartupScript
System.Web (9)
UI\ClientScriptManager.cs (3)
291RegisterStartupScript(typeof(Page), PageCallbackScriptKey, (((_owner.RequestInternal != null) && 994RegisterStartupScript(type, key, script, false); 1024RegisterStartupScript(type, key, script, addScriptTags);
UI\Page.cs (3)
2314ClientScript.RegisterStartupScript(typeof(Page), PageScrollPositionScriptKey, @" 2368ClientScript.RegisterStartupScript( 2872ClientScript.RegisterStartupScript(typeof(Page), key, script, false);
UI\WebControls\BaseValidator.cs (1)
631Page.ClientScript.RegisterStartupScript(typeof(BaseValidator), ValidatorIncludeScriptKey, ValidatorStartupScript, addScriptTags: true);
UI\WebControls\DetailsView.cs (1)
3185scriptOM.RegisterStartupScript(typeof(DetailsView), clientReference, startupScript, true);
UI\WebControls\GridView.cs (1)
3736scriptOM.RegisterStartupScript(typeof(GridView), clientReference, startupScript, true);
System.Web.Extensions (2)
UI\ClientScriptManagerWrapper.cs (1)
51_clientScriptManager.RegisterStartupScript(type, key, script, addScriptTags);
UI\ScriptRegistrationManager.cs (1)
406control.Page.ClientScript.RegisterStartupScript(type, key, script, addScriptTags);