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
What is the difference between the response.write() and response.output.write() methods?
Explain how can we inherit a static variable?
Describe SOA and the tenets of it?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is asp net application object?
How can we prepairing Interview
What are the new features added from ASP to ASP.NET?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is considered a service provider?
How asynchronous call can be implemented using delegates?
How do u deploy your asp.net application?
What is Partial PostBack in ASP.NET?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
To add a hyperlink column to the DataGrid which tag is used ?