Qus:    What are the event handlers that we can have in Global?asax report?
Jan 04, 2021 21:17 DotNet 1 Answers Views: 1620 DIVYA
Prev Next
Answers (1)
PARTH Jan 05, 2021 14:22
Answer:   Following event handlers you can have in Global.asax -

Application_End
Application_BeginRequest
Application_EndRequest
Application_PreRequestHandlerExecute
Application_PostRequestHandlerExecute
Applcation_PreSendRequestHeaders
Application_PreSendContent
Application_AcquireRequestState
Application_ReleaseRequestState
Application_ResolveRequestCache
Application_UpdateRequestCache
Application_AuthenticateRequest
Application_AuthorizeRequest
Session_Start
Session_End

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect