V
VMI
Is there a Windows control that will let me display lots of data (80MB of
data in ascii file) without taking all the memory? I tried it with a
datagrid but its datasource (in my case, a datatable) must be stored to
memory in order to display it. I also tried with a listview and I thought it
would've worked but I also noticed that the application's memory usage kept
on rising (similar to the datagrid) to the point that Windows' virtual
memory popup would be displayed.
Is there any control that will let me just display data without having to
store it in memory so that no matter how much data I need to display, the
memory usage will remain more or less the same?
Thanks.
data in ascii file) without taking all the memory? I tried it with a
datagrid but its datasource (in my case, a datatable) must be stored to
memory in order to display it. I also tried with a listview and I thought it
would've worked but I also noticed that the application's memory usage kept
on rising (similar to the datagrid) to the point that Windows' virtual
memory popup would be displayed.
Is there any control that will let me just display data without having to
store it in memory so that no matter how much data I need to display, the
memory usage will remain more or less the same?
Thanks.