R
Random
The way I've built my page is to take the user through a multi-form process,
only rendering those controls that are needed for each section. The
ViewState is working the way I want it to, remembering items across the
process, back and forth. But when the user finally opts to complete the
sections and commit the information for processing, I can't access any of
the information that was not rendered on the last section. It's obviously
in the ViewState, since the page remembers the value, but I can't figure out
how to read those values.
The controls I am trying to get the values for are databound controls. I
don't know if this makes a difference or not.
only rendering those controls that are needed for each section. The
ViewState is working the way I want it to, remembering items across the
process, back and forth. But when the user finally opts to complete the
sections and commit the information for processing, I can't access any of
the information that was not rendered on the last section. It's obviously
in the ViewState, since the page remembers the value, but I can't figure out
how to read those values.
The controls I am trying to get the values for are databound controls. I
don't know if this makes a difference or not.