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
To load your generated dataset with data which method do you invoke?
Is asp.net is a programming language?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is the significance of proxy user?
What is the use of dispose method?
Define tracing.
What is the use of service provider?
Explain Session state management options in ASP.NET.
What is the difference between session and application?
Explain automatic memory management in .net.
What are the HTML server controls in ASP.NET?
What is Model-View-View Model?
What is content place holder?
How can we prevent browser from caching an aspx page?
Explain different types of validators in asp.net?