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 is the latest version of asp.net?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is DataGrid wheater its a Server Control or something else ?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is difference between web api and web services?
Can one dll file contains the compiled code of more than one .net language?
Explain MVC model binders?
Is asp.net 64-bit enabled? How?
What are cao and sao.
Explain the main function of razor in asp.net? : asp.net mvc
What is session state server?
What is the best Macanism to clear the Cache in asp.net
What are web server controls in asp.net?
Briefly describe the role of global.asax?
How response object is related to asp's response object?