call javascript function from the code behind page
By Super Man
learn how to call javascript function from the code-behind page programatically
string jv = "<script>openWin();</script>";
Page.RegisterClientScriptBlock("JS",
jv);
call javascript function from the code behind page (1519 Views)