Yes you are too correct it is.
But the think is that how it can i did means first what i have to do,
please define steps one by one ? Actually, i am new here and in c#.
Right now that defined code i am using to call web method but its not called (YafAjax.asmx/myWebMethod).
$.ajax({
type: "POST",
url: 'YafAjax.asmx/myWebMethod',
data: "{':'"Parameter_value"'}",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (data) {
alert("success");
},
error: function (result) {
alert("error");
}
});
Please reply soon.
Thanks