Asp – How does the Multiview control handle its Viewstate

.net-2.0asp.netnet

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

Best Answer

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