what are the components available in global.asax ?



what are the components available in global.asax ?..

Answer / surendra kumar sharma

Application_Start:This event occurs when first user visit a
page of application.
Application_End:This event occurs when there are no more
users of the application.
Application_BeginRequest:This occur at the beginning of
each request to the server.
Application_EndRequest:Occurs at the end of each request to
the server.
Session_Start:This event occurs every time when new user
visits
Session_End:Occurs when the users stop requesting pages and
their sessions time out.

Is This Answer Correct ?    20 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is connection pooling and how to enable and disable connection pooling?

0 Answers  


How to convert a string into an Integer in ASP.net?

12 Answers  


Which object encapsulates state or data of a user?

0 Answers  


How does u get record no from 5 to 15 from a dataset of 100 records?

0 Answers  


What are sharepoint pages?

0 Answers  






WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?

4 Answers  


Can we throw exception from catch block ?

4 Answers   Accenture, BirlaSoft,


how can i am search the data from database? just like google

2 Answers  


how to write code for role based security

2 Answers  


What are the parts of an http response?

0 Answers  


What is & in a url?

0 Answers  


Hi , I am Basha. I am searching a job in dotnet.Plz tell me the order of page events in asp.net 2.0> plz send faq's related to c#.net,asp.net,sqlserver2000 etc. to my mail-id : bashask.ss@gmail.com

4 Answers   Sapient,


Categories