0
Hello,
I am using ajax to build a table in an application, but when the event is triggered, javascript does not build html, giving the following error:
"Error during serialization or deserialization using JSON Javascriptserializer. String size exceeds the value defined in the property maxJsonLength."
I tried to increase the value of maxlength, but it didn’t solve the problem. How to solve this?
Welcome to Stackoverflow Vitor. Please post an excerpt of the code you already have to get a better idea of the problem, I suggest you read this help article from the site: How to create a Minimum, Complete and Verifiable example.
– Pedro Gaspar