楼主:
brocker (dinotw)
2016-02-05 12:17:56※ 引述《valda (valda)》之铭言:
: ashx code
: try
: {
: XXXXXXX
: context.Response.Write(JsonConvert.SerializeObject(dt));
: }
: catch (Exception ex)
: {
: context.Response.Write(ex.ToString());
: }
: jQuery
: $.ajax({
: type: "post",
: url: "XXXX.ashx",
: data: 'StartMonth=' + $("#txtStartMonth").val() + "&EndMonth=" +
: $("#txtEndMonth").val(),
: success: function (response, status, xhr) {
: ParseCTMData(response);
: },
: error: function (xhr, status, error) {
: console.log('xhr