ASP.NET Ejecute JavaScript en la página de carga
ClientScript.RegisterStartupScript(Page.GetType(), "OnLoad", "test();", true);
Mister_H
ClientScript.RegisterStartupScript(Page.GetType(), "OnLoad", "test();", true);