call javascript on page load in asp.net code example
Example: asp.net run javascript on page load
ClientScript.RegisterStartupScript(Page.GetType(), "OnLoad", "test();", true);
ClientScript.RegisterStartupScript(Page.GetType(), "OnLoad", "test();", true);