What event handlers can I include in Global.asax?

What event handlers can I include in Global.asax?
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 
and Session_End.

Comments

Popular posts from this blog

Tree view in winforms using c#

how to Replace null value with 0 Using C#

how to fetch all HTML Table Records and modify all records accordingly using jquery and Javascript