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
Explain the difference between an exe and a dll?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is runat?
What is Razor View Engine
How do u deploy your asp.net application?
What language is asp.net written in?
Why do we use web config?
What is the difference between a page theme and a global theme?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What are html helpers in asp.net?
Which protocol is used to call a web service?
What is the advantage of using Windows authentication in a Web application?
How do cookies work? Give an example of their abuse.
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?