Global_asax Methods
The Global_asax type exposes the following members.
Methods
Name | Description | |
---|---|---|
Application_BeginRequest |
Handles the BeginRequest event of the Application control.
|
|
Application_End |
Handles the End event of the Application control.
|
|
Application_Error |
Handles the Error event of the Application control.
|
|
Application_Start |
Handles the Start event of the Application control.
|
|
L | ||
Session_End |
Handles the End event of the Session control.
|
|
Session_Start |
Handles the Start event of the Session control.
|