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_PeterNitheesh_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#,

Answers

  • allanallan Posts: 63,893Questions: 1Answers: 10,531 Site admin

    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

  • Nitheesh_PeterNitheesh_Peter Posts: 2Questions: 1Answers: 0

    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

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    An infinite loop somewhere? Or, bring back more data than expected?

This discussion has been closed.