What is application variable and when it is initialized ?
Answer Posted / vijay
Application variable using server side state management.
It's initialized in global.asax file.
It's using all application .aspx pages.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the different kinds of assemblies?
How do you open a page in a new window?
Please brief not about xsd,xslt & xml?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain about Application and Session Events ?
Why do we use web config?
What are the steps to follow to host a web application on a web server?
What is synchronous and Asynchronous post back ?
What is a web server? What are the load limits in it?
How many types of file extensions for razor views in ASP.Net MVC?
Explain the difference between array and linkedlist?
What's the use of response.output.write()?
How dataadapter.fill works?
what are configuration files?
What is the difference between executescalar and executenonquery?