I\'m attempting to call a javascript method in its own file from code behind on a button click.
aspx file
protected void Next_Click(object sender, EventA
see http://msdn.microsoft.com/de-de/library/z9h4dk8y.aspx
try this
string jquery = "drawImage();" ClientScript.RegisterStartupScript(typeof(Page), "a key", "" );