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
What is considered a service provider?
Explain asp.net application life cycle?
Please brief not about xsd,xslt & xml?
What is the appSettings Section in the web.config file?
What is a web api?
What are the different types of proxy patterns?
Is data edited in the Repeater control?
Do cookies store passwords?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What does asax stand for?
Differentiate between authentication and authorization.
How to add DateTime Control in normal DataGrid Server Control?
Does web services support data reader like pom project?
Can we use a static function with a non-static variable?
What are validators and list some validators of asp.net?