阅读背景:

超出了JavaScriptSerializer.MaxJsonLength。处理此问题的最佳做法是什么?

来源:互联网 

I've got a large amound of data I'm sending down to the client using jQuery's $.ajax() function. I'm calling a method in a ASP.NET web service that returns the JSON data. Everything is great for most searches, but when I've got a large data set to return I run into a issue with the JavaScriptSerializer MaxJsonLength property. What's the best practice for handling this? I don't want to just arbitrarily set a max length. Can I set the MaxJsonLength in the web service if the data being returned is larger than the current max or should I re-write and send down chucks of data to the client?I've got a large amound of data I'm sending dow




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: