hello,
i have a class, for example :"CustomerClass" , with a set of public
properies like CustNr,CustName,CustEmail ....
The class is initialised when the session is started.
What is the best way to persist the property values?
Must each property stored in a separate session, and by each access read the
valueof the session - or exist a better way...
thanks
sloan - 17 Feb 2006 22:27 GMT
http://spaces.msn.com/sholliday/ 10/24/2005
Check my Blog.
This is a wrapper... to store objects in a session, ... not just properties
of objects.
..
> hello,
>
[quoted text clipped - 7 lines]
>
> thanks