In This Tutorial we will learn about the Application Level Events
There are five events at application level
1- Application_Start
2 - Application_End
3 - Application_Error
4- Session_Start
5 - Session_End
Global.asax File contains the Application Level Events
Application events are used to initialize the data that needs to be available total the current session of the application
Session events are used to initialize the data that needs to be available only for a given individual session, but not between multiple sessions.
No comments:
Write comments