7 references to RegisterClientScriptResource
System.Web (6)
UI\ClientScriptManager.cs (1)
866RegisterClientScriptResource(type, resourceName);
UI\HtmlForm.cs (1)
355Page.ClientScript.RegisterClientScriptResource(typeof(HtmlForm), "SmartNav.js");
UI\Page.cs (1)
2364ClientScript.RegisterClientScriptResource(typeof(HtmlForm), "Focus.js");
UI\WebControls\BaseValidator.cs (1)
628Page.ClientScript.RegisterClientScriptResource(typeof(BaseValidator), ValidatorFileName);
UI\WebControls\DetailsView.cs (1)
3173scriptOM.RegisterClientScriptResource(typeof(DetailsView), "DetailsView.js");
UI\WebControls\GridView.cs (1)
3722scriptOM.RegisterClientScriptResource(typeof(GridView), "GridView.js");
System.Web.Extensions (1)
UI\ScriptRegistrationManager.cs (1)
261control.Page.ClientScript.RegisterClientScriptResource(type, resourceName);