C# WinForms Objects
- From: Jon <jonmyates@xxxxxxxxx>
- Date: Sun, 29 Nov 2009 11:37:53 -0800 (PST)
Hello all,
I have a WinForms app that has a number of forms. When I login, I
create 3 objects, lets call them A, B & C.When I create them, I
connect to a database, return a load of data and set the members.
I need to 'Save' these objects somewhere as I need to reference their
members in number of the above mentioned forms, but I don't want to
create them again, as it's another hit on the database.
In ASP.NET, I'd keep them on a session, how would I do this in
WinForms?
Thanks,
JY
.
- Follow-Ups:
- Re: C# WinForms Objects
- From: Registered User
- Re: C# WinForms Objects
- From: Peter Duniho
- Re: C# WinForms Objects
- Prev by Date: Re: Unable to cast object
- Next by Date: Re: Unable to cast object
- Previous by thread: Unable to cast object
- Next by thread: Re: C# WinForms Objects
- Index(es):
Relevant Pages
|