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 the Types of object in asp
Can we add code files of different languages in app_code folder?
What are resource file and how do we generate resource file?
What is a 1x1 pixel?
When cookie will expire?
Explain the various authentication mechanisms in asp.net.
What is view state management in asp net?
How to find last error which occurred?
What do you mean by authentication?
Are xaml file compiled or built on runtime?
Can user control be stored in library?
What is mta?
Disable browser cache for entire ASP.NET website?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What are the various types of validation controls provided by asp.net?