Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to call javascript function with parameter in c#

string updateProgress = "18%";
    ClientScript.RegisterStartupScript(this.GetType(), "updateProgress", "updateProgress('" + updateProgress + "');", true);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #call #javascript #function #parameter
ADD COMMENT
Topic
Name
4+7 =