Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
server side pagination in bootstrap table


What I have tried:

my data is in large amount(50000) and i want to load it at a time.
but it loading only 7500 data. after 7500 data it gives and error serilization and deserilization limit is exceed.
i have set in webconfig
<httpRuntime targetFramework="4.6.2" maxRequestLength="2147483647" executionTimeout="600" />


Have you any solution please help me
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900