webservice method is not accessible from jquery ajax
- by Abhisheks.net
Hello everyone..
i am using jqery ajax to calling a web service method but is is not doing and genrating error..
the code is here for jquery ajax in asp page
var indexNo = 13; //pass the value
$(document).ready(function() {
$("#a1").click(function() {
$.ajax({
type: "POST",
url:…