Re: Preferred way of passing data
From: Lucas Tam (REMOVEnntp_at_rogers.com)
Date: 08/25/04
- Next message: Curt_C [MVP]: "Re: Build a dynamic menu in asp.net"
- Previous message: Rod: "Preferred way of passing data"
- In reply to: Rod: "Preferred way of passing data"
- Next in thread: Rod: "Re: Preferred way of passing data"
- Reply: Rod: "Re: Preferred way of passing data"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Aug 2004 14:25:27 GMT
"Rod" <rodf@newsgroups.nospam> wrote in
news:uFiz$1qiEHA.1376@TK2MSFTNGP11.phx.gbl:
> What I would like to know is, what is the preferred way of handling a
> large amount of data that you want to attempt to save and then report
> back to the user the status of the attempt of saving. What is the
> "best practice", if you will, of doing this?
>
For large amounts of data, I would use a Session object.
Cookies and Query strings are limited in size. ViewState will degrade
performance because data has to travel back and forth between the client
and server, increasing the page payload.
-- Lucas Tam (REMOVEnntp@rogers.com) Please delete "REMOVE" from the e-mail address when replying. http://members.ebay.com/aboutme/coolspot18/
- Next message: Curt_C [MVP]: "Re: Build a dynamic menu in asp.net"
- Previous message: Rod: "Preferred way of passing data"
- In reply to: Rod: "Preferred way of passing data"
- Next in thread: Rod: "Re: Preferred way of passing data"
- Reply: Rod: "Re: Preferred way of passing data"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|