Skip to content

Instantly share code, notes, and snippets.

@smetronic
Created November 19, 2016 10:01
Show Gist options
  • Save smetronic/dc9fbe07bbf5331d6489b75cbd74b9e3 to your computer and use it in GitHub Desktop.
Save smetronic/dc9fbe07bbf5331d6489b75cbd74b9e3 to your computer and use it in GitHub Desktop.
Calling JavaScript Function From CodeBehind; Register script block
ScriptManager.RegisterStartupScript(this, this.GetType(), "CallMyFunction", "MyFunction();", true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment