G
Guest
I am trying to persist an instance specific object without using a session
object. Is this possible?
For example:
Class object: Car
Properties: Make, Model
Car.Make = Ford
Car.Model = F150
I would like to persist the object across postbacks without using a session
object. Or, if I do have to use a session object, what is the cleanest
mechinsim. Right now I save the object in the session after each property
change.
object. Is this possible?
For example:
Class object: Car
Properties: Make, Model
Car.Make = Ford
Car.Model = F150
I would like to persist the object across postbacks without using a session
object. Or, if I do have to use a session object, what is the cleanest
mechinsim. Right now I save the object in the session after each property
change.