Функция вызова JavaScript из ASP Net

ClientScript.RegisterStartupScript(GetType(), "Javascript", "javascript:FUNCTIONNAME(); ", true);
Dizzy Duck