What event handlers can I include in Global.asax ?
Answer / 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 |
what is code access security,role based security explain with example
Why is asp.net so popular?
what is NET Framework ?
Can we use html in asp.net?
Why is global asax is used for?
Explain cashing in asp.net.
What threading model used in asp and asp.net?
Who generates session id?
we can able to display a MessageBox in asp .net without using any script langages?
If i have a page where i create an instance of a dll and without invoking any method can I send values to next page ?
Details on web.config and global.asax - just explain what are the sections will be there.
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)