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
Difference between using directive vs using statement?
How asynchronous call can be implemented using delegates?
What is server side in asp.net?
Can you explain page lifecycle in net?
How are sessions stored?
What are server side controls?
Explain State management in asp.net
What’s the use of “GLOBAL.ASAX” file?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is active web pages?
Define data caching?
How you can stop the validation of ASP.NET controls from client side?
Is oauth for authentication or authorization?
Any disadvantages in Dataset and in reflection ?
What are the versions of garbage collection?