B
Brad
A custom control I have created overrides LoadViewState and SaveViewState.
Problem is that my override of LoadViewState is not getting called: debugger
breakpoint is not stopping at in it. The control is similar to panel
control, it allows child controls to be added within it: so
ParseChildren(False) and PersistChildren(True). Is there a limitation on
LoadViewState when ParseChildern and PersistChildren are set as I have?
Except for this problem the control works correctly.
Brad
Problem is that my override of LoadViewState is not getting called: debugger
breakpoint is not stopping at in it. The control is similar to panel
control, it allows child controls to be added within it: so
ParseChildren(False) and PersistChildren(True). Is there a limitation on
LoadViewState when ParseChildern and PersistChildren are set as I have?
Except for this problem the control works correctly.
Brad