Answers for "how to call c# code from javascript"

1

How to call a js function from C# codebehind?

Page.ClientScript.RegisterStartupScript(this.GetType(),"CallMyFunction","MyFunction()",true);
Posted by: Guest on September-20-2021

Code answers related to "how to call c# code from javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language