what are the components available in global.asax ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are session state modes? List some of the important session state modes of asp.net.

625


What is a postback ispostback and autopostback in asp net?

561


What is the purpose of using MVC programming pattern in ASP.NET?

637


When should I use server transfer and response redirect?

595


Can you change a Master Page dynamically at runtime?

663






What is the base class from which web forms are inherited?

621


What are the various ways to send content from one page to another?

609


What is the page life cycle in asp.net?

641


How can you use a custom controls in ASP.NET application?

616


How do you create a master page?

651


How many ways are there to maintain a state in .net? What is view state?

666


What is postback pixel?

593


What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?

661


Can one dll file contains the compiled code of more than one .net language?

633


Can any body provide me the sample web application in asp.net

1521