Hi, I'm not very experienced in C#/.NET [WebMethod] (note: I am on Mono) and I wonder how could I use the JQuery.form plutin. I have a Service.asmx and Service.asmx.cs with methods I call with standard jQuery AJAX call.
In the form "action" attribute I put link to the Service (/blah/blah/Service.asmx/myMethod
). Which firm and/or attributes must have the 'myMethod' to accept the POST message?
Thank you