What is application variable and when it is initialized ?
Answer Posted / rajesh kumar
Application variable is generally Stored in Application
State in Application_start event in Global.asax file which
is fired when the first Instance of Application is created
or when first user open the Website.
Item added to the Application variable in function like
global variable in ASP.NET Page.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Which is better asp.net or php?
What is web configuration file and how to use in web application
How does u call and execute a sp in .net?
How does a content page different from a master page?
Where sessions are stored?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
In how many ways we can retrieve table records count?
What is the equivalent of date() and time() in asp.net?
Which is better php or asp.net?
What is the sequence in which ASP.NET events are processed?
What kind of programming language is ASP.NET?
Difference between response.redirect and server.transfer?
Can you explain the importance of finalize method in .net?
What is web router?
What is the difference between custom controls and user controls?