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 is session mode in asp.net?
Explain asp.net web forms.
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are sessions used for?
How does a content page differ from a master page?
How do you design a website with multilingual support in ASP.NET ?
Explain Session state management options in ASP.NET.
Explain cookies with example.
Explain login control and form authentication.
What does asp in asp.net stand for?
Can we set master page as a start page?
What is sql data source control in asp.net?
What are the features of asp net?
Define data caching?
What is the purpose of master page?