Saturday, January 8, 2011

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);

No comments:

Post a Comment