Tagged Questions

0
votes
3answers
436 views

UpdatePanel seems to struggle with huge data as AsynPostBack. jSonSerializer maxLength doesn't help

I have a ASP.NET 3.5 App and trying to update a Update Panel which has a nested custom control. In that custom control is a ComponentArt Gird, which gets filled by almost 13MB of Data (Yes, I could ...