What is application variable and when it is initialized ?
Answer Posted / babu reddy
it is the process of clien side state managment
we can specify like
applicatio["str"]="Value for ref";
like the above in global.asax
this is for global purpose
we can use this value in any where of our application
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
What are Master Pages in ASP.NET?
Explain ViewState?
What is preprocessor in .net?
Explain the concept of MVC Scaffolding?
How do u optimize a query in asp.net?
Difference between response.redirect and server.transfer?
Is asp.net different from asp? If yes, explain how?
How does output caching work in ASP.NET?
What kind of data can be stored in viewstate?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Define xmlreader class.
What is the significance of ASP.NET routing?
In how many ways we can retrieve table records count?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?