Calling an ASP.Net function from javascript
asp.net, serverside-javascript
Solution
Yes, you could use PageMethods.
Problem
Is it possible to call a C# function in my codebehind from javascript?
asp.net, serverside-javascript
Yes, you could use PageMethods.
Is it possible to call a C# function in my codebehind from javascript?