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 http pipeline in asp.net?
What is bound controls
What is http post action?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How you will manage the state of ASP.NET controls?
What is active web page?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is postback in asp net?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What are uri parameters?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
About CLR, reflection and assemblies?
What asp.net control can embed xaml into asp.net pages?
Which protocol is used to call web service?
How does asp net store session ids by default?