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
In which event are the controls fully loaded?
Write code to send e-mail from an asp.net application?
Define a multilingual website?
How does a content page differ from a master page?
What does asp in asp.net stand for?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Difference between web user control and web custom control?
What are the difference between overriding and overloading?
What is session mode in asp.net?
What's the use of formatters in .net?
Is there any limit for query string? Means what is the maximum size?
Is asp.net a programming language?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain the use of dataadapter.
Which adapter should you use, if you want to get the data from an access database?