Control that displays LOTS of data without taking all memory
From: VMI (vonchi_m_at_yahoo.com)
Date: 08/11/04
- Next message: C Addison Ritchie: "RE: Test Data Type"
- Previous message: mikeb: "Re: For vs. For Each"
- Next in thread: Adam Clauss: "Re: Control that displays LOTS of data without taking all memory"
- Reply: Adam Clauss: "Re: Control that displays LOTS of data without taking all memory"
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: Control that displays LOTS of data without taking all memory"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Aug 2004 14:02:47 -0400
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.
- Next message: C Addison Ritchie: "RE: Test Data Type"
- Previous message: mikeb: "Re: For vs. For Each"
- Next in thread: Adam Clauss: "Re: Control that displays LOTS of data without taking all memory"
- Reply: Adam Clauss: "Re: Control that displays LOTS of data without taking all memory"
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: Control that displays LOTS of data without taking all memory"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|