asp.net запустить JavaScript на загрузке страницы

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