M
Marc Miles
I have a composite server control whose main entry is the OnLoad method.
During my processing, if an error occurs, I want to halt any further
processing immediately after the error occurs. I'm trying to call
base.PreRender but the control continues processing after the PreRender
method is called.
Is there someway to exit a server control by calling a base method of some
sort?
Marc
During my processing, if an error occurs, I want to halt any further
processing immediately after the error occurs. I'm trying to call
base.PreRender but the control continues processing after the PreRender
method is called.
Is there someway to exit a server control by calling a base method of some
sort?
Marc