Hello,
I'm using ajax to build a table in an application, but when the event is triggered, javascript does not perform html construction, giving the following error:
"Error during serialization or deserialization using JSON JavaScriptSerializer. String size exceeds the value set in the property maxJsonLength. "
I've tried increasing the maxLength value, but it did not solve the problem. How do I resolve this?