Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PreSendContent() does not execute
Message
De
21/05/2006 00:57:26
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
PreSendContent() does not execute
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01123782
Message ID:
01123782
Vues:
117
It is said that Application_PreSendContent() should fire before the ASP.NET page framework sends content to a requesting client (browser). This is what I have in the Global.asax:
    Sub Application_PreSendContent(ByVal sender As Object, ByVal e As EventArgs)
        Throw New System.Exception("laasasdf")
        LXFramework.PreSendContent()
    End Sub
This event does not fire.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform