Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Created Unassigned: $.ajax({...}) Ajax method is not working in IE 10 for [27437]

$
0
0
The following code using for web method.
Its working up tom IE 9, its not working in IE 10.
$.ajax({
type: "POST",
url: urlPath + "CreateSalesInvoice.aspx/CreateSalesInvoiceOrder",
data: "{'salesInvoiceItems':" + JSON.stringify(finalSalesInvoice) + "}",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (data) { alert("OK = " + data.eric); },
error: function (data, status) { alert("FAILED:" + status); }
});

Please help on this issue.

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>