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
How many types of validation are there?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Any disadvantages in Dataset and in reflection ?
What is web api vs wcf?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Explain the main function of razor in asp.net? : asp.net mvc
How does u get record no from 5 to 15 from a dataset of 100 records?
How many types of session in ASP.NET
What is application variable?
What is application and session in asp.net?
What is content page in asp net?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What does a switch do?
Why we are using mvc instead of asp.net? : Asp.Net MVC