U
Umbaga
We're trying to get an override void LoadViewState to fire in a user
control that has been added dynamically to the page. The SaveViewState
seems to be firing just fine as evidenced by the
System.Diagnostics.Debug inserted into the overrides.
In a nutshell, the page loads a control in response to a button click.
The page then loads a Control that contains HTML to give the Final
Control A border. Then this newly loaded control loads a control
determined by the button clicked on the page.
The page's LoadViewState override fires just fine. But once the first
user control attempts to load the viewstate, it fails.
Thanks
control that has been added dynamically to the page. The SaveViewState
seems to be firing just fine as evidenced by the
System.Diagnostics.Debug inserted into the overrides.
In a nutshell, the page loads a control in response to a button click.
The page then loads a Control that contains HTML to give the Final
Control A border. Then this newly loaded control loads a control
determined by the button clicked on the page.
The page's LoadViewState override fires just fine. But once the first
user control attempts to load the viewstate, it fails.
Thanks