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
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What is s2s tracking?
What is .net framework and what are the main components of it?
Describe in brief .net framework and its components.
What does asp in asp.net stand for?
What does uri mean?
Why select Web API?
Explain what is an abstract class?
What do you mean by serialize and marshalbyref?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is validation in asp.net?
Why SessionID changes in every request in asp.net?
How does the iis work?
Explain how does asp page work?
Why Unload event of MasterPage Calls first in ASP.net ?