Answer Posted / kumar saurabh
Application_Start,Application_End, Application_AcquireRequestState, Application_AuthenticateRequest, Application_AuthorizeRequest, Application_BeginRequest, Application_Disposed, Application_EndRequest, Application_Error, Application_PostRequestHandlerExecute, Application_PreRequestHandlerExecute,
Application_PreSendRequestContent, Application_PreSendRequestHeaders, Application_ReleaseRequestState, Application_ResolveRequestCache, Application_UpdateRequestCache, Session_Start,Session_End
You can optionally include "On" in any of method names. For example, you can name a BeginRequest event handler.Application_BeginRequest or Application_OnBeginRequest.You can also include event handlers in Global.asax for events fired by custom HTTP modules.Note that not all of the event handlers make sense for Web Services (they're designed for ASP.NET applications in general, whereas .NET XML Web Services are specialized instances of an ASP.NET app). For example, the Application_AuthenticateRequest and Application_AuthorizeRequest events are designed to be used with ASP.NET Forms authentication.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is inproc mode in session?
What is server side routing?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Diff between web user control and web custom control?
What does mvc represent in asp.net? : asp.net mvc
What are the Types of state management techniques
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What is the use of express session?
What is globalization and localization in asp net?
What is the maximum amount of memory any single process on windows can address?
Explain the use of errorprovider control in .net?
What is autopost?
How can we prevent browser from caching an aspx page?
What is asp.net globalization?
Which is better php or asp.net?