I am reading MSDN doc about Control's ViewState and ControlState. I got
myself quite puzzled. I see that the Control class has four virtual
functions:
LoadControlStat e
LoadViewState
SaveControlStat e
SaveViewState
But a Control has only ViewState property but no ControlState.
Can anyone clarify on the difference between Control's ViewState and
ControlStae?
Thanks.
myself quite puzzled. I see that the Control class has four virtual
functions:
LoadControlStat e
LoadViewState
SaveControlStat e
SaveViewState
But a Control has only ViewState property but no ControlState.
Can anyone clarify on the difference between Control's ViewState and
ControlStae?
Thanks.
Comment