vote up 1 vote down star

Does the Multiview control contain the viewstate information for each of its views regardless of whether or not the view is currently visible?

flag

3 Answers

vote up 1 vote down check

Yes it does, all the views are still there, just the inactive ones are hidden/disabled.

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.multiview_properties.aspx

link|flag
vote up 0 vote down

I believe so, yes. It would be quite simple to confirm using a ViewState Decoder (google it, there are tools available from Fritz Onion or as FireFox plugins).

link|flag
vote up 0 vote down

I would have to assume that the viewstate contains information for each of a Multiview's views/controls. Otherwise, there's no way it would be able to keep track of the state of the controls in each view- unless you were using some sort of custom state management.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.