Hi John,
jquery ajax could be used
http://api.jquery.com/jQuery.ajax/
$.ajax('http://services.odata.org/Northwind/Northwind.svc/Regions(3)/Territories/$count')
.done(function(data){
alert(data)
});
Thanks and Regards, Venkatesh
Hi John,
jquery ajax could be used
http://api.jquery.com/jQuery.ajax/
$.ajax('http://services.odata.org/Northwind/Northwind.svc/Regions(3)/Territories/$count')
.done(function(data){
alert(data)
});
Thanks and Regards, Venkatesh