Search DaTutorials:  
HOME
ASP Tutorials
Introduction
Reference
   Building ASP Pages
   Built-in Objects
Tutorials

OnTransactionAbort

The OnTransactionAbort event occurs if the transaction is aborted. When the OnTransactionAbort event occurs, IIS will process the script's OnTransactionAbort subroutine, if it exists.

Example

The following example sends a response to the client with the transaction aborts:

<%@ TRANSACTION=Required LANGUAGE="VBScript" %>
<% Option Explicit
  ObjectContext.SetAbort
  Sub OnTransactionAbort
    Response.Write "<p><b>The Transaction just aborted</b>." 
    Response.Write "This message came from the "
    Response.Write "OnTransactionAbort() event handler."
  end sub
%>
Applies To

ObjectContext Object


     MPAA | Proxy | Mortgages | Loans | Mortgage
Home     Link To Us     Ad With Us     Contact Us     Tell A Friend     Affiliates     Blog     MsOfficeHelp