Re: inputing, paging, sorting, a large text file
- From: Alexey Smirnov <alexey.smirnov@xxxxxxxxx>
- Date: Thu, 07 Jun 2007 13:31:25 -0700
On Jun 7, 9:51 pm, "JJ" <a...@xxxxxxx> wrote:
Is there a limit to how large the datatable can be within a Session
variable? We're talking a 3000 line tab delimited text file here.
It depends on the web server's memory. Storing large objects in a
user's session is maybe not always a good idea because of performance
but storing and reloading data from memory will be faster than any
other method.
.
- References:
- inputing, paging, sorting, a large text file
- From: JJ
- Re: inputing, paging, sorting, a large text file
- From: pbromberg
- Re: inputing, paging, sorting, a large text file
- From: JJ
- Re: inputing, paging, sorting, a large text file
- From: Peter Bromberg [C# MVP]
- Re: inputing, paging, sorting, a large text file
- From: JJ
- inputing, paging, sorting, a large text file
- Prev by Date: Re: How to use DNN Forum in my web site
- Next by Date: Re: connecting to Oracle from ASP.NET 2.0 ?
- Previous by thread: Re: inputing, paging, sorting, a large text file
- Next by thread: Re: inputing, paging, sorting, a large text file
- Index(es):
Relevant Pages
|