bootstrapTable onLoadError's param [status], post url is ASP.NET WebMethod
问题 now,I'm try to use bootstrapTable to load my data that using ASP.NET WebMethod. $.ajax(): url is set like this: "url:mydata.aspx/GetData" and this is work fine. in the other way: $('#mytab').bootstrapTable({ method: 'post', contentType: "application/x-www-form-urlencoded", url:"mydata.aspx/GetData", toolbar: '#toolbar', striped: true, dataField: "res", pageNumber: 1, pagination:true, queryParamsType:'limit', queryParams:queryParams, sidePagination:'server', pageSize:10, pageList:[5,10,20,30],