Latest

6/recent/ticker-posts

Header Ads Widget

How to call javascript function in asp.net c#

 in this article we learn how can we call javascript funtion from code behind in asp.net c#.

its too simple just add:


Page.ClientScript.RegisterStartupScript(this.GetType(), "JSFunction", "javascript_function_name();", true);

            

Post a Comment

0 Comments