interrupt the page load-cycle

  • Thread starter Thread starter cmrchs
  • Start date Start date
C

cmrchs

Hi,

from the moment an exception is generated in Page_Load() do I want to prevent subsequent Page-events (e.g. PreRender) to be carried out.

is it possible ?

thnx

Chris

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
Someone may be able to provide more details about this command, but I believe that Response.End() will do that.
 
Back
Top