Created
November 1, 2013 11:39
-
-
Save boldfacedesign/7264260 to your computer and use it in GitHub Desktop.
Call client-side JavaScript from code behind 'EPiServer syntax'.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.Web.UI.ScriptManager.RegisterStartupScript(this, this.GetType(), "name_of_function", "function()", true); | |
Note: Client side JS function must be defined in the global name space |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment