how to get more than 100 records from JSON using Jquery

Oct 29 2019 7:51 AM
Hi,
 
i am developing an aspx page to get data from db using webmethod and convert into JSON string. Then i am passing this JSON string to JQuery and displaying the records in a HTMLtable.
 
 Upto 90 records from database the functionality is working good when i cross 90 records from database i.e., i have 2000 records in the database table and i want to display 2000 records in the HTMLtable using this method. It is showing 500 error.
 
How can i get the all records from the database table ? is there any settings for JSON string ?  

Answers (2)