Important codings & concepts in web & window applications using microsoft technologies.
function CallAjax() { var result=""; $.ajax({ url:"ajaxpath", async: false, success:function(data) { result = data; } }); return result; }
thank you.
thank you.
ReplyDelete