c# - Using SQL That Return Varied Columns with Out Of Memory asp mvc -


i'm working on generic search object , relation objects. execute sql query , display data dynamically on grid. problem faced query returns varied columns (more 18) , data (1474656 records) , when return data display them in grid out of memoryexception occured. how can solve problem?

your grid needs either implement paging solution (fairly easy) or need load rows on demand user scrolls down (could little bit more difficult). regardless, should loading small subset of data needed display on ui.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -