在ASP.NET 中使用了Ext.net 请问如何设置 在项目中如何设置Ext.Ajax.timeout 的值
------解决方案--------------------------------------------------------
Ext.Ajax.request({
url: 'foo.php',
success: someFn,
failure: otherFn,
timeout: 100000000,//default 30000 milliseconds
headers: {
'my-header': 'foo'
},
params: { foo: 'bar' }
});
------解决方案--------------------------------------------------------
不懂的路过啊
------解决方案--------------------------------------------------------
可以去看看
http://www.cnblogs.com/beniao/category/208627