I have a datatable , I need to display more than 2000 rows its showing out of memory exception ...
I have a datatable , I need to display more than 2000 rows its showing out of memory exception ...
Nitheesh_Peter
Posts: 2Questions: 1Answers: 0
I have a datatable , I need to display more than 2000 rows its showing out of memory exception ... using asp.net, c#,
This discussion has been closed.
Answers
Sounds like you might want to consider using server-side processing if your server-side scripts can't handle the memory requirements to load the whole data set for output. I assume that its a server-side error and not a client-side one at least.
Allan
Allan Thanks for the response... its server side issue.. its out of memory issue... still struggling to get a solution to fix this out of memory issue in asp.net
An infinite loop somewhere? Or, bring back more data than expected?