Top "Webmethod" questions

WebMethod is an attribute that is marked to indicate that a function (usually in .NET) in a web service is exposed to the consumers of the web service.

Call a WebMethod passing Dictionary<string, string> as parameter

I am trying to streamline the process of returning the data from my WebMethod layer to the client and represent …

.net json jquery webmethod
jQuery/ajax POST an Array / objects to C# code behind

as i try to learn through other questions , still i cant get it to work this is my code so …

c# javascript asp.net ajax webmethod