F
foldface
Hi
I have only just become aware that form values posted to the server don't
need to be preserved in viewstate because asp.net preserves them anyway
separately from this.
2 questions
(1) What is the mechanism that preserves them? (Purely for academic interest)
(2) I have a property on a control that is added to the viewstate. With
trace on and some code that shows the contents of the viewstate I see
that information both in the viewstate and in the "Form Collection" section
of the page trace. Is it in both or am I being mislead?
NB My understanding of the "Form Collection" section is that it shows all
the values posted back to the server and viewstate is just one of those values.
Ta
F
I have only just become aware that form values posted to the server don't
need to be preserved in viewstate because asp.net preserves them anyway
separately from this.
2 questions
(1) What is the mechanism that preserves them? (Purely for academic interest)
(2) I have a property on a control that is added to the viewstate. With
trace on and some code that shows the contents of the viewstate I see
that information both in the viewstate and in the "Form Collection" section
of the page trace. Is it in both or am I being mislead?
NB My understanding of the "Form Collection" section is that it shows all
the values posted back to the server and viewstate is just one of those values.
Ta
F