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
Write a code for sending an email from asp.net application.
Explain what the contents of cookie?
How can we identify that the Page is Post Back?
What is protected configuration?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What are the features of asp.net mvc?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
How can we create a website?
What are the advantages of the code-behind feature?
What is request and response in asp.net?
What is the appSettings Section in the web.config file?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is view state and how it works in asp net?
What is advantage of code behind coding in ASP.NET?
What is query string?