What is application variable and when it is initialized ?

Answers were Sorted based on User's Feedback



What is application variable and when it is initialized ?..

Answer / rajesh kumar

Application variable is generally Stored in Application
State in Application_start event in Global.asax file which
is fired when the first Instance of Application is created
or when first user open the Website.

Item added to the Application variable in function like
global variable in ASP.NET Page.

Is This Answer Correct ?    15 Yes 2 No

What is application variable and when it is initialized ?..

Answer / 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

What is application variable and when it is initialized ?..

Answer / naidu

Application variable is a variable that is created when the
first or new user who starts the transaction it is
intialised at that time it self .
and it is used as the global purpose also.

Is This Answer Correct ?    1 Yes 4 No

What is application variable and when it is initialized ?..

Answer / 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

More ASP.NET Interview Questions

Have u used webcontrols?Tell me something about these?

2 Answers   Microsoft,


main difference between asp.net2.0,asp.net1.1,asp.net1.0

15 Answers   Inflexion, Infosys, iSoft, Microsoft, Prakruthi,


WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?

4 Answers  


What is the difference between union and structure?

0 Answers  


What is Partial in ASP.NET 2.0?

2 Answers   Fulcrum Logic,


What is the Global.asax used for?

9 Answers  


In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?

5 Answers   Syntax Softtech, TCS,


what is satellite assembly in .net?

4 Answers   iSoft,


Types of object in asp ?

1 Answers   Accenture,


How to identify host of my system? How to identify servername of my system? How to identify domainname of my system?

2 Answers  


What are url fragments?

0 Answers  


Is asp.net core faster?

0 Answers  


Categories