I am using a webservice to return a string called by $.ajax method. How do I get the value ?.
$.ajax({
type:"GET",
url:"ajaxService.asmx/Save",
data:{},
success:function(msg){
//getData(serviceURL, controlLocation,divname,controlID);
}
How do I get the return value.