c# - Calling Server Side Method in Server Control or Calling service directly from javascript through reference made in Project -


I have a server control (which creates a DLL file that is referred to later by the websites to use the control has been done). First, the service for AJAX requests was highlighted directly from Javascript to the actual service path which is a very big problem. Now I have created a service reference in my project through which I should now get the data. Is there any way that the public can call the public function from the control over the JavaScript server or call the service through the context in the project?

Take a look at this. Magic is hidden

  System.Web.UI.ICallbackEventHandler    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -