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
What are session state modes? List some of the important session state modes of asp.net.
What is a postback ispostback and autopostback in asp net?
What is the purpose of using MVC programming pattern in ASP.NET?
When should I use server transfer and response redirect?
Can you change a Master Page dynamically at runtime?
What is the base class from which web forms are inherited?
What are the various ways to send content from one page to another?
What is the page life cycle in asp.net?
How can you use a custom controls in ASP.NET application?
How do you create a master page?
How many ways are there to maintain a state in .net? What is view state?
What is postback pixel?
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?
Can one dll file contains the compiled code of more than one .net language?
Can any body provide me the sample web application in asp.net