Call javascript function from the code behind page

learn how to call javascript function from the code-behind page programatically


string jv = "<script>openWin();</script>";

        Page.RegisterClientScriptBlock("JS", jv);