I should say, "the OnLoad method continues processing even after I have
called PreRender". Its as if I call PreRender, and nothing happens, it
continues to the next line in OnLoad.
--
"Marc Miles" <em***@email.com> wrote in message
news:dd**********@gnus01.u.washington.edu...
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