Click here to Skip to main content
15,906,624 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multiple backbuffers DirectDraw Managed Pin
Jean Bédard20-Feb-04 13:26
Jean Bédard20-Feb-04 13:26 
GeneralRe: Multiple backbuffers DirectDraw Managed Pin
SIDDHARTH_JAIN20-Feb-04 18:16
SIDDHARTH_JAIN20-Feb-04 18:16 
GeneralCollections Pin
gordingin20-Feb-04 8:44
gordingin20-Feb-04 8:44 
GeneralRe: Collections Pin
Heath Stewart20-Feb-04 10:08
protectorHeath Stewart20-Feb-04 10:08 
GeneralRe: Collections Pin
Guillermo Rivero20-Feb-04 10:11
Guillermo Rivero20-Feb-04 10:11 
GeneralRe: Collections Pin
Heath Stewart20-Feb-04 11:29
protectorHeath Stewart20-Feb-04 11:29 
GeneralRe: Collections Pin
Guillermo Rivero20-Feb-04 11:52
Guillermo Rivero20-Feb-04 11:52 
GeneralRe: Collections Pin
Heath Stewart20-Feb-04 13:18
protectorHeath Stewart20-Feb-04 13:18 
Well, besides sessions and and form data (thus meaning that sessions still aren't the only way in ASP.NET), you could always store it in a repository of sorts, like a database, file (bad!), cookie, etc. The nice thing about using a session is that the original poster wouldn't have to serialize the collection and could just store it in the session as-is. Sessions can be very nice, but they are often over-used (especially when large amounts of data are stored in them).

As I mentioned before, too, if you use post-back and stay on the same page (seems to be most common with ASP.NET), you can use the ViewState but the page implementation is responsible for saving and loading that ViewState (and one must be careful when doing so).

 

Microsoft MVP, Visual C#
My Articles
QuestionHow to make a Text Box only Numbers Pin
gr8tushar20-Feb-04 8:06
gr8tushar20-Feb-04 8:06 
AnswerRe: How to make a Text Box only Numbers Pin
Werdna20-Feb-04 8:31
Werdna20-Feb-04 8:31 
AnswerRe: How to make a Text Box only Numbers Pin
Judah Gabriel Himango20-Feb-04 8:34
sponsorJudah Gabriel Himango20-Feb-04 8:34 
GeneralParsers Pin
Husein20-Feb-04 7:40
Husein20-Feb-04 7:40 
GeneralRe: Parsers Pin
Werdna20-Feb-04 8:26
Werdna20-Feb-04 8:26 
GeneralUse an ACtiveX in my .NET application Pin
Mazdak20-Feb-04 2:56
Mazdak20-Feb-04 2:56 
GeneralRe: Use an ACtiveX in my .NET application Pin
Heath Stewart20-Feb-04 3:18
protectorHeath Stewart20-Feb-04 3:18 
GeneralRe: Use an ACtiveX in my .NET application Pin
Mazdak20-Feb-04 4:26
Mazdak20-Feb-04 4:26 
GeneralRe: Use an ACtiveX in my .NET application Pin
Heath Stewart20-Feb-04 6:23
protectorHeath Stewart20-Feb-04 6:23 
GeneralRe: Use an ACtiveX in my .NET application Pin
Mazdak20-Feb-04 9:16
Mazdak20-Feb-04 9:16 
GeneralRe: Use an ACtiveX in my .NET application Pin
Heath Stewart20-Feb-04 10:10
protectorHeath Stewart20-Feb-04 10:10 
GeneralRe: Use an ACtiveX in my .NET application Pin
Mazdak20-Feb-04 3:25
Mazdak20-Feb-04 3:25 
GeneralListing files&folders on a server Pin
CWIZO20-Feb-04 1:31
CWIZO20-Feb-04 1:31 
GeneralRe: Listinf files&folders on a server Pin
Mazdak20-Feb-04 1:54
Mazdak20-Feb-04 1:54 
GeneralRe: Listing files&folders on a server Pin
CWIZO20-Feb-04 2:01
CWIZO20-Feb-04 2:01 
GeneralRe: Listing files&folders on a server Pin
Mazdak20-Feb-04 2:10
Mazdak20-Feb-04 2:10 
GeneralRe: Listing files&folders on a server Pin
Mazdak20-Feb-04 2:15
Mazdak20-Feb-04 2:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.