C-sharpAsk
This site contains all the question regarding c#sharp and dot-net
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment