Question JsonMaxlenght

kesdesng

New member
Joined
Jan 12, 2015
Messages
4
Programming Experience
5-10
Hi i am using JsonArrays to bind data but on some more data like 10 000 rows or more i had an error like "json exceeded max length"
to solve this i tried
<system.web.extensions>
<scripting>
<webServices>
<jsonSerialization maxJsonLength="50000000"/>
</webServices>
</scripting>
</system.web.extensions>
on web config but its not the best way is there a way to use unlimited
 
Back
Top Bottom