Re: Control that displays LOTS of data without taking all memory
From: VMI (vonchi_m_at_yahoo.com)
Date: 08/11/04
- Next message: Alex: "Re: Error in my WHERE clause - please help"
- Previous message: Willy Denoyette [MVP]: "Re: DCOM, COM+, COM, MTS; what are they?"
- In reply to: 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 17:55:43 -0400
When I first started writing the application, we all assumed (including the
client) that the files to load weren't going to be that big. So we decided
to do it like this. After we finish everything (and the deadline is almost
approaching), we're told that the files are HUGE. Since we're pretty short
on time, I thought that the second best thing to do was to display the data
in a control that doesn't load everything into memory.
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote in
message news:OSfOt88fEHA.2468@TK2MSFTNGP12.phx.gbl...
> VMI,
>
> While Adam's suggestion is a good one, I would really ask if you need
to
> display all 80 MB of data at one time? Since it is data in a tabular
> format, I can't imagine that a human could ever take it all in at once.
>
> I really think that in this case (and others like this), the workflow
> and interface needs to be redesigned to be more efficient.
>
> --
> - Nicholas Paldino [.NET/C# MVP]
> - mvp@spam.guard.caspershouse.com
>
> "VMI" <vonchi_m@yahoo.com> wrote in message
> news:O2FeOz8fEHA.3416@TK2MSFTNGP09.phx.gbl...
> > 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: Alex: "Re: Error in my WHERE clause - please help"
- Previous message: Willy Denoyette [MVP]: "Re: DCOM, COM+, COM, MTS; what are they?"
- In reply to: Nicholas Paldino [.NET/C# MVP]: "Re: Control that displays LOTS of data without taking all memory"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|