I have a method in javascript I want to call from a plugin. I tried with the following method but I have not succeeded, the project does not want to take the assemblys.
ScriptManager.RegisterStartupScript(this.Page, Page.GetType(), "text", "alert('hola mundo');", true);