Click here to Skip to main content
15,909,445 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i call a javascript function from code behind in content pages
Posted

Using ClientScript.RegisterStartupScript.

Have a look at below link.

http://www.dotnetcurry.com/ShowArticle.aspx?ID=274
 
Share this answer
 
C#
ScriptManager.RegisterStartupScript(this, this.GetType(), "test", "function_name();", true);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900