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 the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is the difference between session object and application object?
Why do we need Sessions?
How to prepare culture-specific formatting in .net.
Why do we need master page in asp.net?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is Forms Authentication in ASP.NET?
Define transparent caching with aop?
Explain what is event bubbling?
What is web api config?
How does windows service lifecycle differ from a .standard. Exe?
What is a form tag?
How do you store a value in viewstate and retrieve them?
What are demand-paging and pre-paging?
Can we set which type of comparison we want to perform by the CompareValidator control?