ASP.NET JavaScript auf Seite Load ausführen

ClientScript.RegisterStartupScript(Page.GetType(), "OnLoad", "test();", true);
Mister_H