Answers for "How to call a js function from C# codebehind?"

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 a js function from C# codebehind?"

Code answers related to "Javascript"

Browse Popular Code Answers by Language