I have a page with (EnableViewState = "true") that has a parent control with (EnableViewState = "true"). The parent control loads a child control.
In the child control, I have a viewstate object that gets assigned to null on postbacks. The strange thing is if I set EnableViewState = "true" on the child control, then everything works fine.
My understanding was this directive is true by default. How does it matter whether I set this explicitly or not.