What are the Application_Start and Session_Start
subroutines used for?
Answer Posted / srikanth
Application_Start is fired when the application loads first
time. Here use static data only.Do not use instance data
this is recommended.
Session_Start is fired when a user enters in to the
application.(when he requests first time.)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between or and orelse?
Why is global asax is used for?
What is a SESSION and APPLICATION object?
How do you create a master page?
How many types of cookies are available in asp?
How many types of validation are there?
Explain the function of new view engine in asp.net? : asp.net mvc
What are html helpers in asp.net?
If we remove web.config or machine.config from the application then, is this application will works?
What is %20 in a url?
What is a session government?
What do you understand from custom control?
what is meant by sitemapnode ?
Differentiate between early binding and late binding.
What is redirectpermanent in asp.net?