R
Rob
Hi all,
I have my own object stored in the viewstate on one of my pages, as
the user progresses through the next couple of pages I want to update
it.
In order to get my object in there I had to make is serializable, my
question is now that its in there - how can I update it?
For example, I could take a copy of it from the viewstate, remove it
from the viewstate, update it, and then add it to the viewstate again
- seems a bit lengthly...so I was wondering, with it being in there -
am I able to just reference it directly or can I not do that once its
been serialized?
Any help would be appreciated.
Regards
Rob
I have my own object stored in the viewstate on one of my pages, as
the user progresses through the next couple of pages I want to update
it.
In order to get my object in there I had to make is serializable, my
question is now that its in there - how can I update it?
For example, I could take a copy of it from the viewstate, remove it
from the viewstate, update it, and then add it to the viewstate again
- seems a bit lengthly...so I was wondering, with it being in there -
am I able to just reference it directly or can I not do that once its
been serialized?
Any help would be appreciated.
Regards
Rob