What you want to see on DotNetFunda.com ?
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 19463 |  Welcome, Guest!   Register  Login
 Home > Interview Questions > ASP.NET Interview Questions > What are different application level eve ...

What are different application level events?

Interview question and answer by: Tripati_tutu | Posted on: 11/8/2010 | Category: ASP.NET Interview questions | Views: 1198 | | Points: 40


Answer:

Application_Start: It occurs when the user visits a page within your Web application.

Application_End: It occurs when there are no users of that application.

Application_BeginRequest: It occurs at the beginning of each request to the server. A request begins when a user navigates to some pages in the application.

Application_EndRequest: It occurs at the end of each request to the server.

Session_Start: It occurs when a new user visit a page within the application.

Session_End: It occurs when a user stops requesting to the pages in Web application and their sessions time out. It specifies the period mentioned in Web.config file.

Application_Error: It occurs when there is an unhandled exception in application.

Asked In: Many Interviews | Alert Moderator 
Found interesting? Add this to:


>> Write Response - Respond to this post and get points

Even more ... | Submit Interview Questions and win prizes!

More Interview Questions from Tripati_tutu

Even more ... | Submit Interview Questions and win prizes!


About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/22/2013 1:49:54 AM