Z
zimzion
Hi..
My problem is that the ViewState of UserControl is not
consisted when the UserControl is dynamically loaded at
PreRender Event.
That is, A UserControl is dynamically loaded at PreRender
Event of a WebForm. Then, a server control in the
UserControl fires post-back event and at this time the
UserControl is dynamically loaded at Load Event of the
Page. But the ViewState of the loaded UserControl is
completely clear.
Is there any way to consist the ViewState even though
UserControl is loaded at PreRender Event?
My problem is that the ViewState of UserControl is not
consisted when the UserControl is dynamically loaded at
PreRender Event.
That is, A UserControl is dynamically loaded at PreRender
Event of a WebForm. Then, a server control in the
UserControl fires post-back event and at this time the
UserControl is dynamically loaded at Load Event of the
Page. But the ViewState of the loaded UserControl is
completely clear.
Is there any way to consist the ViewState even though
UserControl is loaded at PreRender Event?