What is the most efficient way of calling some business logic from javascript on the client side using AJAX? It looks like you can call a [WebMethod] on an aspx directly from javascript (in my case I'm using JQuery to help out)
Which call incurs less overhead? What is the best practice?
I'm hoping this is a purely objective question. Thanks in advance!
Go to the complete details ...