Deepak  Kamboj
Describe the application event handlers in ASP.NET?
By Deepak Kamboj in ASP.NET on Jun 21 2013
  • Hussain Ahmed
    Apr, 2014 25

    Global.asax

    • 0
  • Sonali Chougule
    Aug, 2013 21

    1.Application_Start: This event occurs when the first user visits a page of the application. 2.Application_End: This event occurs when there are no more users of the application. 3.Application_BeginRequest: This occurs at the beginning of each request to the server. 4.Application_EndRequest: occurs at the end of each request to the server. 5.Session_Start: This event occurs every time when any new user visits. 6.Session_End: occurs when the users stop requesting pages and their session times out.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS