i want to use jquery datatable in gridview with 10,00,000 records in asp.net. so hows this possible without taking much of time.
Is Datatable load 10,00,000 records easily without fire any MemoryException Error.
Hi varun.p,
You can check with the plugin.
But usually when you have large data to DataTable/DataSet your application will throw Out of Memory exception while loading Data.
So to overcome this problem load your data in small amount through custom paging. For this refer below article.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.