Skip to content

Instantly share code, notes, and snippets.

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