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
How do sessions work?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Explain how do you validate the controls in an asp .net page?
What is bound controls
What is in a session cookie?
Describe the Server Control Events of ASP.NET?
What are the types of caching in asp.net?
How is session id generated?
What language does asp.net use?
How do http sessions work?
What are the features of asp.net mvc?
What does occur first in ASP.Net, Authentication or Authorization?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What are all the various Estimation Techniques available ?
What is the use of the tag in the web.config file?