I need to be able to add an external js file for a user control (using
this.Page.ClientScript.RegisterClientScriptInclude("SuggestionSearch",
"~/Secure/Shared/SuggestionSearch.js");
syntax)
But it puts the javascript file on the page too early... is there a way to put the file at the bottom of the page?