Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PreSendContent() does not execute
Message
From
21/05/2006 00:57:26
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
PreSendContent() does not execute
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01123782
Message ID:
01123782
Views:
119
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
Next
Reply
Map
View

Click here to load this message in the networking platform