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
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
What is the use of asp.net web api?
Why do we use asp.net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What are the two properties that are common on every validation control?
Which Is Faster MVC or ASP.net ?
What is authorization in asp.net?
Can we handle the error and redirect to some pages using web.config?
What are server objects?
What are the types of authentication in asp.net?
What should you do is you want to remove an existing component but would like to make some funtionalities?
How do I use a proxy server when invoking a web service?
How to Separate background image and front image from original picture....
What is the use of view state?
What are the validation controls available in ASP.NET?